# AspectRatio API

> Auto-generated API reference for `AspectRatio` from @vuetify/v0 (Vuetify0).
> Source of truth: https://0.vuetifyjs.com/api/aspect-ratio

## Related

- https://0.vuetifyjs.com/components/primitives/aspect-ratio
- https://0.vuetifyjs.com/components/semantic/image
- https://0.vuetifyjs.com/components/primitives/atom

## AspectRatio

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `ratio` | `string \| number \| undefined` | `1` | no | The aspect ratio as `width / height`. Accepts a number (`16 / 9`) or a CSS `aspect-ratio` string (`'16 / 9'`, `'1.777'`). |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `AspectRatioSlotProps` | — |
