use css to auto-fit an image (object-fit)

use css to auto-fit an image (object-fit)

problem:
- an image does not quite fit its container, but you want to preserve aspect ratio.

solution:
- use CSS object-fit property

https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit

Comments