Comment afficher des photos avec la même hauteur en CSS
img {
float: left;
width: 100px;
height: 100px;
object-fit: cover;
}
Sparkling Seahorse
img {
float: left;
width: 100px;
height: 100px;
object-fit: cover;
}