Answers for "make the hight of image same as width"

CSS
5

make images same size css

img {
    float: left;
    width:  100px;
    height: 100px;
    object-fit: cover;
}
Posted by: Guest on October-30-2020

Code answers related to "make the hight of image same as width"

Browse Popular Code Answers by Language