diff --git a/docs/02-app/01-building-your-application/06-optimizing/10-third-party-libraries.mdx b/docs/02-app/01-building-your-application/06-optimizing/10-third-party-libraries.mdx index e45d6222aa6b0..be168e413b01f 100644 --- a/docs/02-app/01-building-your-application/06-optimizing/10-third-party-libraries.mdx +++ b/docs/02-app/01-building-your-application/06-optimizing/10-third-party-libraries.mdx @@ -278,11 +278,11 @@ export default function Page() { #### Options -| Name | Type | Description | -| ----------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `videoid` | Required | YouTube video id. | -| `width` | Optional | Width of the video container. Defaults to `auto` | -| `height` | Optional | Height of the video container. Defaults to `auto` | -| `playlabel` | Optional | A visually hidden label for the play button for accessibility. | -| `params` | Optional | The video player params defined [here](https://developers.google.com/youtube/player_parameters#Parameters).
Params are passed as a query param string.
Eg: `params="controls=0&start=10&end=30"` | -| `style` | Optional | Used to apply styles to the video container. | +| Name | Type | Description | +| ----------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `videoid` | Required | YouTube video id. | +| `width` | Optional | Width of the video container. Defaults to `auto` | +| `height` | Optional | Height of the video container. Defaults to `auto` | +| `playlabel` | Optional | A visually hidden label for the play button for accessibility. | +| `params` | Optional | The video player params defined [here](https://developers.google.com/youtube/player_parameters#Parameters).
Params are passed as a query param string.
Eg: `params="controls=0&start=10&end=30"` | +| `style` | Optional | Used to apply styles to the video container. |