css code that adjust a small image so it is always in the good place code example
Example: css keep image ratio
img {
object-fit: cover;
width: 100px;
height:100px;
}
img {
object-fit: cover;
width: 100px;
height:100px;
}