웹관련자료(web)/etc & doc

모바일에서 유튜브영상 크기 자동조정 방법

2pie 2023. 2. 8. 13:12
반응형

.yutubeVideo {
margin-top:20px; position: relative; width: 100%; padding-bottom: 56.25%;
}

.yutubeVideo iframe {
position: absolute; width: 100%; height: 100%;
}

<div class="yutubeVideo"> 
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/유튜브영상아이디" title="Documentation Glass Partiton without model" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

 

반응형