CSS3 object-fit/object-position

CSS3 object-fit/object-position

Method of specifying how an object (image or video) should fit inside its box. object-fit options include "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio), where object-position allows the object to be repositioned like background-image does.

Spec http://www.w3.org/TR/css3-images/
Status W3C Candidate Recommendation
IE Edge Firefox Chrome Safari Opera