Html – Aligning images in flexbox (works with background-image, but not with <img/>)
How can I achieve the same alignment with <img/> as I do with background-image? Link to sandbox The two bottles in the upper right corner are aligned the way I want: Fill the height Get clipped to fit the width…