Answers for "fit image mobile div"

CSS
9

css image fit in div with aspect ratio

img {
    width: 100%;
    height: 100%; 
    object-fit: contain;
}
Posted by: Guest on July-02-2020
-1

how to auto fit image in div

<img style='height: 100%; width: 100%; object-fit: contain'/>
Posted by: Guest on January-10-2022

Browse Popular Code Answers by Language