반응형
<style>
#areau{
position: relative; /* absolute는 부모가 relative일 때 부모를 따라간다. */
width: 100%;
padding-bottom: 56.25%; /* 16:9 비율 */
}
#video {
position: absolute;
width: 100%; /* 부모에 맞게 꽉 채운다. */
height: 100%;
}
</style>
<div id="areau"><iframe id="video" src="https://www.youtube.com/embed/HtRz0mE_t8Q?playlist=HtRz0mE_t8Q&autoplay=1&mute=0&controls=1&loop=1&fmt=22" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
결과
반응형
'디자인소스' 카테고리의 다른 글
Placeholder 포커스시 감추기, 글자색 변경 (0) | 2023.09.21 |
---|---|
CSS3 Loader & Spinners 모음 (0) | 2023.09.20 |
Glowing Pulse Search Form (0) | 2023.09.20 |
CSS3 Checkbox Styles (0) | 2023.09.19 |
Candy Color Button Animation (0) | 2023.09.19 |
CSS Button transitions (0) | 2023.09.19 |
제이쿼리 CSS Digital Clock (0) | 2023.09.19 |
video screen effect 효과 반응형 (0) | 2023.09.19 |
댓글