For AI agents: the complete documentation index is available at /1.x/ko/llms.txt, the full documentation bundle is available at /1.x/ko/llms-full.txt, and this page is available as Markdown at /1.x/ko/guide/usage/styling-and-layout.md.
  • 한국어
  • 1.x
  • 스타일과 레이아웃

    YoutubePlayer는 크기와 플랫폼별 스타일 prop을 받습니다.

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