how to display photos with same height in css

60

img {
    float: left;
    width:  100px;
    height: 100px;
    object-fit: cover;
}

Comments

Submit
0 Comments