I found this thread — How do you stretch an image to fill a
I h
.image-wrapper{ width: 100px; height: 100px; border: 1px solid #ffffd; } .image-wrapper img { object-fit: contain; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: 100%; max-height: 100%; }