---
title: Aspect Ratio
description: Used to embed responsive videos and maps, etc
links:
source: components/aspect-ratio
storybook: layout-aspectratio--responsive
---
## Usage
```jsx
import { AspectRatio } from "@chakra-ui/react"
```
```jsx
```
## Examples
### Image
Here's how to embed an image that has a 4 by 3 aspect ratio.
### Video
To embed a video with a specific aspect ratio, use an iframe with `src` pointing
to the link of the video.
### Google Map
Here's how to embed a responsive Google map using `AspectRatio`.
### Responsive
Here's an example of applying a responsive aspect ratio to a box.
## Props
These props can be passed to the `AspectRatio` component.