댓글 검색 목록

[bootstrap] 반응형 비디오 처리 방법

페이지 정보

작성자 운영자 작성일 14-11-12 15:59 조회 4,421 댓글 0

반응형으로 처리되는 비디오는 어떻게 처리할까요?

 

비메오나 유튜브 영상을 iframe을 붙일 때 소스를 가져오면 기본적으로 사이즈가 지정되어 있습니다.

 

부트스트랩 홈페이지에 보면 아래와 같이 제시해 주고 있네요....

 

저의 사이트에 있는 강좌 동영상 소스도 아래와 같이 되어 있습니다.

 

<!-- 16:9 aspect ratio -->

<div class="embed-responsive embed-responsive-16by9">
  <iframe class="embed-responsive-item" src="..."></iframe>
</div>

<!-- 4:3 aspect ratio -->
<div class="embed-responsive embed-responsive-4by3">
  <iframe class="embed-responsive-item" src="..."></iframe> 

</div> 

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.