๋ชจ๋ฐ์ผ์์ ์ ํ๋ธ ์ฝ์ ์ ๋ฐํ๊ณผ ๋์ผํ๊ฒ ๋ฃ์์๋ ๊นจ์ง
css ์ฒ๋ฆฌ๋ฅผ ํด์ค์ผํ๋ค.
<div class="youtube">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/ONpDtp-mPvY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</div>
div ๋ก ํ๋ฒ ๊ฐ์์ฃผ๊ณ width / height ์ 100% ๋ก ๋ง์ถ๋ค.
.main_best .youtube {
margin-top: 60px;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.main_best .youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
์์ ๋น์จ์ 16:9 ์ด๊ธฐ๋๋ฌธ์
์พ์ด๋ฅผ ๊ฝ ์ฐจ๊ฒ 100% ๋ก ์ค๋ค๋ฉด
16 : 9 X100
16 : 900
900 / 6 = 56.25%
์ฆ 56.25% ๋น์จ๋ก ์๋๋ฅผ ๋๋ ค์ฃผ๋ผ๋ ๋ป
'CSS๐ง > ๋ฐ์ํ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
๋ฏธ๋์ด์ฟผ๋ฆฌ๋ก 320 ํ๋ฉด ๋์ํ๊ธฐ (0) | 2022.11.18 |
---|---|
์์ดํฐ ๋ฐฐ๊ฒฝ fixed ์ด ๋ฐ์์๋จ (0) | 2022.11.17 |
์์ดํฐ ์ ํ๋ฒํธ/์ซ์ css ๋งํฌ ์ ๋ณ๊ฒฝ (0) | 2022.11.16 |
04_display grid (0) | 2022.11.14 |
๋ชจ๋ฐ์ผ ํฌ์ธํธ์ปฌ๋ฌ ์ฃผ๋ ๋ฐฉ๋ฒ (0) | 2022.11.11 |
๋๊ธ