Answers for "how to get image to fill div and reatin ratio"

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

Browse Popular Code Answers by Language