aspect-ratio: <width> / <height>
aspect-ratio
css.image-wrapper { width: 100%; aspect-ratio: 16 / 9; } .image-wrapper img { width: 100%; height: 100%; object-fit: cover; }