위토즈 - 개발자프로그램판매공간

정보공유

[JQUERY] 유투브 영상 바로실행하고 영상위에 텍스트 올려서 링크 걸기.

 

 

9ecff5aaeeeef1effa6234dee43d5c7e_1533105164_1642.png
 

 

 

jquery.flexslider.js 다운로드 : https://gist.github.com/yatil/5982871 

jquery.youtubebackground.js 다운로드 : https://github.com/rochestb/jQuery.YoutubeBackground 

 

 

<style>

#wr_vod { margin: 0; padding: 0; list-style: none; overflow: hidden; position: relative; font-size: 0; line-height: 0; }

#wr_vod .slides { height: 1080px;margin: 0; padding: 0; list-style: none; font-size: 0; line-height: 0; }

#wr_vod .slides a { display: block; }

#wr_vod .slides video { height: 100%; }

#wr_vod .slides .txt { width: 100%; margin: 0; padding: 0; display: inline-block;text-align: center; position: absolute; top: 48%; left: 0; font-size: 50pt; color: #fff; line-height: 1; letter-spacing: -1px; font-weight: 800;z-index: 100;}

#wr_vod .slides .txt img {max-width:100%;}

#wr_vod .slides .bgVideo {position: relative;background: transparent;z-index:0}

#wr_vod .slides .bgVideo-cover {position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}

#wr_vod .slides .ytplayer-container{position:absolute;top:0; z-index: -1;}

 

@media (max-width: 767px) { /* xs */

#wr_vod .slides { height: 300px;}

#wr_vod .slides .txt { font-size: 25pt;}

 

}

</style>

 

 

<section class="bx-vod text-center">

 

    <script type="text/javascript" src="./jquery.flexslider.js"></script>

    <script type="text/javascript" src="./jquery.youtubebackground.js"></script>

    

    <article id="wr_vod">

        <div class="slides">

            <a href="#none">

                <p class="txt">안녕하세요</p>

                <div class="bgVideo" id="bgVideo1"></div>

                <div class="bgVideo-cover"></div>

            </a>

        </div>

    </article>

 

    <script type="text/javascript">

    jQuery(function($){

        $('#bgVideo1').YTPlayer({

            fitToBackground: true,

            videoId: 'pDljLQQ2-zY',

            loop: true,

            playerVars: {

                start:1

            }

        });

    });

    </script>

 

</section>


정보공유
Total 50건 1 페이지
번호 제목 글쓴이 날짜 조회
50 jquery 로 비동기식 ul li 추가/삭제 할 경우. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-16 47709
49 Jquery Plugin gallery - Magnific Popup 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-07 43101
48 눈 내리는 효과 - jQuery Snow Falling plugin 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-06 42929
47 jquery 심플 챠트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-31 42071
46 jquery 레이아웃 플러그인. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-21 41298
45 datepicker 예제 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-24 39467
44 jquery 롤링 모음. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-25 39365
43 단어가 다음행으로 떨어질때 단어가 잘리지 않게 처리 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-31 38844
42 jquery 슬라이드 배너 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-27 37447
41 메뉴 슬라이드 다운 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-01 36636
열람중 유투브 영상 바로실행하고 영상위에 텍스트 올려서 링크 걸기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-01 33564
39 Magnific Popup 예제 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-19 32959
38 ajax 를 이용한 비동기식 삭제 데이터 처리. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-20 32092
37 jquery mobile 에서 스와이프 페이징. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-24 31585
36 jQuery blockUI plugin 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-08 31213