유튜브 영상 삽입방법

by 행복아이 posted Feb 05, 2016
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

오브젝트 가로 폭 반응형 형태


<style type="text/css">
.video-container { margin: 0;padding-bottom: 75%; max-width: 100%; height: 0; position: relative;overflow: hidden;}
.video-container iframe,
.video-container object,
.video-container embed { margin: 0;padding: 0; width: 100%; height: 95%;position: absolute; top: 0;left: 0; }
</style>
<div class="video-container">
  <object type="text/html" width="560" height="315" data="//www.youtube.com/embed/qFmXLGheyqs" allowFullScreen></object>
</div>