유튜브 화면이 잘릴 때
작성자 정보
- 관리자 작성
- 작성일
컨텐츠 정보
- 88 조회
-
목록
본문
게시판 뷰스킨에 넣어주면 꽉차게 잘 나옵니당
<script type="text/javascript">
$(window).resize(function(){resizeYoutube();});
$(function(){resizeYoutube();});
function resizeYoutube(){ $("iframe").each(function(){ if( /^https?://www.youtube.com/embed//g.test($(this).attr("src")) ){ $(this).css("width","100%"); $(this).css("height",Math.ceil( parseInt($(this).css("width")) * 480 / 854 ) + "px");} }); }
script>
관련자료
-
링크
댓글 0
등록된 댓글이 없습니다.