css image fit div -site:medium.com -site:towardsdatascience.com code example
Example: css image fit in div with aspect ratio
img {
width: 100%;
height: 100%;
object-fit: contain;
}
img {
width: 100%;
height: 100%;
object-fit: contain;
}