how can i make bg images of different height align in same line css code example
Example: make images same size css
img {
float: left;
width: 100px;
height: 100px;
object-fit: cover;
}
img {
float: left;
width: 100px;
height: 100px;
object-fit: cover;
}