I\'d like to fill a div with an img, keeping aspect ratio and stretching either width or height as much as required to fit in.
img
the following did the trick:
width:100%; height:100%; object-fit: cover; overflow: hidden;