Answer the question
In order to leave comments, you need to log in
How are responsive images on mobile devices?
Made a website with bootstrap. Everything looks perfect on the phone, but there is a problem with large images. How to adapt them to the screen? There are many pages with such large images, so a universal option is needed. Has anyone encountered such a problem?
This is an example of a site on mobile:
Answer the question
In order to leave comments, you need to log in
Everything. Issue resolved. Added to styles:
img {
display: inline-block;
height: auto;
max-width: 100%;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question