메뉴 건너뛰기

조회 수 0 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

적용 스킨의 view.php상단에 넣어주시면 됩니다.

 

적응형 홈페이지에서 유튜브 반응형으로

<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>

 

반응형 홈페이지에서 유튜브 반응형으로

<script>

onresize = function() {

    for (yt of bo_v_con.getElementsByTagName("iframe")) {

        yt.style.width = "100%";

        yt.style.height = yt.offsetWidth * 9 / 16 + "px";

    }

}

onresize();

</script>

 

pc에서나 모바일에서 화면에 꽉차게 유튜브 영상이 출력됩니다.

유튜브 영상을 <iframe으로 공유했을때 적용됩니다.


  1. 댓글을 잠글 수 있는 기능을 추가 해보자!!!

    Date2024.04.09 Views0
    Read More
  2. 안쓰는 DHTML 에디터 이미지와 빈폴더 일괄삭제

    Date2024.04.09 Views0
    Read More
  3. "웹에서" 검색 추가하기

    Date2024.04.09 Views0
    Read More
  4. sql 바인딩 그누보드에서 해보기

    Date2024.04.09 Views0
    Read More
  5. 홈페이지를 특정 IP 일때 다른 페이지로 연결하기

    Date2024.04.09 Views0
    Read More
  6. 페이지 하단 커스텀 플레이어

    Date2024.04.09 Views0
    Read More
  7. 유튜브 반응형 만들기

    Date2024.04.09 Views0
    Read More
  8. 회원 가입 페이지에서 랜덤 닉네임 보여주기

    Date2024.04.09 Views0
    Read More
  9. 게시물 관리 기능을 업데이트

    Date2024.04.09 Views0
    Read More
  10. 날짜및 시간 선택 jquery 라이브러리

    Date2024.04.09 Views0
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved