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