[TIL] 유튜브 embed 옵션

Captainjack·2022년 1월 5일
0

TIL

목록 보기
125/258

iframe으로 유튜브링크 설정할 때

String => "https://www.youtube.com/embed/7s_jBAvNCg0",

embed를 유튜브 주소 뒤에 쓰면 익숙한 링크로 만들어짐



<iframe
  class="urlYoutube"
  content_tap_btn_bg
  :src="el"
  title="YouTube video player"
  frameborder="0"
  controls="0"
  allow="
  accelerometer; 
  autoplay; 
  clipboard-write; 
  encrypted-media; 
  gyroscope; 
  picture-in-picture;
  "
  allowfullscreen
    >
    </iframe
  >;

참조

https://developers.google.com/youtube/iframe_api_reference?hl=ko

profile
til' CTF WIN

0개의 댓글