---
name: layout-aspect-ratio
description: Controlling element aspect ratio for responsive media
---
# Aspect Ratio
Utilities for controlling the aspect ratio of an element (e.g. video, images).
## Usage
```html
Content
1:1
Natural ratio
```
## Key Points
- `aspect-video` - 16:9
- `aspect-square` - 1:1
- `aspect-auto` - browser default (intrinsic)
- `aspect-[4/3]` - arbitrary ratio
- Useful for responsive video embeds and image containers