Answers for "how to set zoom in minimum size of image"

CSS
9

image zoom when resize

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

Code answers related to "how to set zoom in minimum size of image"

Browse Popular Code Answers by Language