반응형
<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>
html </head>앞에삽입
http://sometimes-n.tistory.com/42
반응형
'etc.tip' 카테고리의 다른 글
페이지 이전다음버튼 소스 (0) | 2018.12.11 |
---|---|
티스토리 스크롤 업다운버튼 소스 (0) | 2018.12.11 |
오른쪽 마우스 제한 해제(파이어폭스 확장) (0) | 2017.11.27 |
티스토리 외부이미지 리사이징 (0) | 2017.04.21 |
좌우 여백에 이전글 다음글 표시 버튼 Script (0) | 2017.03.31 |
스크롤바를 내리면 나타나는 탑버튼 (0) | 2017.03.31 |
티스토리 미디어로그, 지역로그, 태그로그삽입 (0) | 2017.03.18 |
이미지 마우스온오버 액션 (0) | 2017.03.18 |
댓글