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

정보공유

[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 438건 12 페이지
번호 제목 글쓴이 날짜 조회
273 심플한 테이블 디자인 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-09 33973
272 db table 에 필드가 존재하는지 확인후 없으면 추가. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-21 33915
271 datepicker 를 사용하는데 yyyy-mm-dd 가 먹지 않을경우. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-02 33895
270 iconv 함수를 사용했는데 결과물이 공백으로 나올경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-26 33826
269 구글 웹사이트 번역기를 내 사이트에 달기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-03 33788
268 KCP 모바일결제 오류 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-23 33663
267 mysql 초성 검색. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-08 33620
266 폼전송시 전달받는 서버와 전송하는 서버의 charset 이 다를경우. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 06-18 33503
265 MYSQL IP 대역 WHERE절 처리 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-13 33454
264 asp ByRef 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-09 33413
263 [고도몰 튜닝 팁 Tip] 관리자 상품등록 튜닝. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-24 33277
262 Magnific Popup 예제 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-19 33272
261 외부에서 자동로그인 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-27 33181
260 position absolute 로 right 로 주었다고 left 로 변경해야할 경우. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 06-18 33144
259 영카트 분류기능에서 1차분류 제외하고 나머지 분류 1296개 사용하기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-19 33072