For AI agents: the complete documentation index is available at /1.x/llms.txt, the full documentation bundle is available at /1.x/llms-full.txt, and this page is available as Markdown at /1.x/guide/usage/styling-and-layout.md.
  • English
  • 1.x
  • Styling and Layout

    YoutubePlayer accepts sizing and platform-specific styling props.

    <YoutubePlayer
      source="AbZH7XWDW_k"
      height={400}
      width="100%"
      style={{ borderRadius: 10 }}
      iframeStyle={{ aspectRatio: 16 / 9 }}
      webViewStyle={{ backgroundColor: 'transparent' }}
    />
    • iframeStyle: Web only
    • webViewStyle: iOS / Android only
    • webViewProps: iOS / Android only