css enlarge image to fill height keeping width to aspect ratio code example
Example: css keep image ratio
img {
object-fit: cover;
width: 100px;
height:100px;
}
img {
object-fit: cover;
width: 100px;
height:100px;
}