Html – Stretch image to viewport maintaining aspect ratio without using object-fit
I need to place an overlay on top of an image with the same measurements. For this, I'm using an absolutely positioned sibling div. I cannot use object-fit: contain as it would not reduce the dimensions of the img element…