You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`width`| Optional | Width of the video container. Defaults to `auto`|
460
-
|`height`| Optional | Height of the video container. Defaults to `auto`|
461
-
|`playlabel`| Optional | A visually hidden label for the play button for accessibility. |
462
-
|`params`| Optional | The video player params defined [here](https://developers.google.com/youtube/player_parameters#Parameters). <br/> Params are passed as a query param string. <br/> Eg: `params="controls=0&start=10&end=30"`|
463
-
|`style`| Optional | Used to apply styles to the video container. |
|`width`| Optional | Width of the video container. Defaults to `auto`|
460
+
|`height`| Optional | Height of the video container. Defaults to `auto`|
461
+
|`playlabel`| Optional | A visually hidden label for the play button for accessibility. |
462
+
|`params`| Optional | The video player params defined [here](https://developers.google.com/youtube/player_parameters#Parameters). <br/> Params are passed as a query param string. <br/> Eg: `params="controls=0&start=10&end=30"`<br/> Available parameters exclude `autoplay`. |
463
+
|`style`| Optional | Used to apply styles to the video container. |
0 commit comments