From 14492ca230ff4222905360855b20c38ce275e30c Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Thu, 26 Oct 2023 07:01:20 -0700 Subject: [PATCH] Fixes lint error on front --- .../06-optimizing/10-third-party-libraries.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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. |