Como exibir fotos com a mesma altura no CSS

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