• 한국어
  • 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 전용