반응형
반응형 iframe으로 제작
홈페이지를 삽입 하는 방식
<style>
.countsort{
position : relative;
width : 100%;
height : 0;
padding-bottom : 56.25%;
}
.video{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
}
</style>
<div class="countsort">
<iframe src="https://www.cs.usfca.edu/~galles/visualization/CountingSort.html" frameborder="0" allowfullscreen="" class="video"></iframe>
</div><p><br /></p>
반응형 iframe으로 제작
동영상을 삽입하는 방식
<style>
.countsort{
position : relative;
width : 100%;
height : 0;
padding-bottom : 56.25%;
}
.video{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
}
</style>
<div class="countsort">
<iframe src="https://www.youtube.com/embed/8k5RUK6M5AU" frameborder="0" allowfullscreen="" class="video"></iframe>
</div><p><br /></p>
Youtube에서 기본적으로 제공하는 Iframe (반응형은 아니다.)
<iframe width="560" height="315" src="https://www.youtube.com/embed/8k5RUK6M5AU" frameborder="0" allowfullscreen></iframe>
반응형
'Basic > HTML & CSS' 카테고리의 다른 글
카카오, 라인, 구글, 페이스북으로 로그인하기 CSS (0) | 2018.08.16 |
---|---|
CSS를 이용하여 글자 정 가운데 위치시키기 (4) | 2018.08.06 |
배경화면 풀페이지 및 이미지 가운데 정렬 CSS (0) | 2018.07.24 |
특정 부분 링크 거는 태그 (0) | 2015.02.20 |
input type로 Radio Button 이용법 (0) | 2015.02.19 |