.post-featured-image{ position: relative; width: 100%; overflow: hidden; } /* fallback for old browsers */ .post-featured-image::before{ content: ""; display: block; padding-top: 56.25%; /* 16:9 */ } /* modern browsers */ @supports (aspect-ratio: 16 / 9) { .post-featured-image{ aspect-ratio: 16 / 9; } .post-featured-image::before{ display: none; } } .post-featured-image img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }