반응형
/*style.css*/
<style>
.video {
width: 100%;
max-width: 1300px;
margin: 0 auto;
}
.video-container {
position: relative;
width: 100%;
height: auto;
padding-top: 50%;
margin:0 auto;
}
iframe {
z-index: 1;
top: 0;
left: 0;
position: absolute;
width: 100%;margin:0 auto;
height: 100%;
}
</style>
index.html
<div class="video">
<div class="video-container">
<!--youtube태그복사-->
<iframe width="100%" height="100%" src="유튜브링크" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
반응형
'HTML5, CSS' 카테고리의 다른 글
[HTML5, CSS3] 텍스트 style 알아보기 (font-size, color, font-family) (3) | 2022.04.12 |
---|---|
[html] table 관련 태그 (4) | 2022.04.11 |
드롭다운 메뉴 (css 활용) (0) | 2022.04.10 |
텍스트관련 태그들 (hn,p,strong,b,span,br) (0) | 2022.03.30 |
웹폰트 사용하기 (0) | 2022.03.29 |
댓글