Skip to content

AspectRatio

Media boxes that keep their shape: video embeds, thumbnails, gallery tiles. The child fills the frame.

Examples

16 : 9
1 : 1
<AspectRatio ratio="16 / 9">
  <img src="..." alt="..." />
</AspectRatio>

Props

PropTypeDefaultDescription
ratiostring16 / 9Any CSS aspect-ratio value.

Accessibility