Image Aspect Ratios

CSS
img {
  aspect-ration: 16 / 9;
  object-fit: cover;
}