Skip to content

var $allVideos = jQuery("iframe[src^='http://player.vimeo.com'], iframe[src^='http://www.youtube.com'], iframe[src^='http://www.youtube-nocookie.com'], iframe[src^='http://serviceapi.nmv.naver.com'], embed[src^='http://www.youtube.com'], embed[src^='http://serviceapi.nmv.naver.com']"),
 
$fluidEl = jQuery("body");
 
$allVideos.each(function() {
jQuery(this)
.data('aspectRatio', this.height / this.width)
.removeAttr('height')
.removeAttr('width');
});
 
jQuery(window).resize(function() {
var newWidth = $fluidEl.width();
$allVideos.each(function() {
var $el = jQuery(this);
$el
.width('300')
.height('260');
});
}).resize();


가로 사이즈 300px으로 동영상을 보여주는 js 입니다.


파일를 따로 생성후 모바일js 폴더에 넣어주시고, 해당 파일를 불러올수 있게 링크를 넣어주셔요.


<script type="text/javascript" src="사용될 경로와 파일명"></script>

profile

I see no changes, wake up in the morning and I ask myself

Is life worth living should I blast myself

Things would never be the same.

엮인글 :
http://adminplay.com/169501/cc1/trackback
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
27 Tip 투표(설문) 새창 띄우기 ADMINPLAY 2012-01-16 8827
26 Tip 중규모 커뮤니티 속도저하방지를 위한 튜닝 [그누보드 관련] ADMINPLAY 2012-01-16 8789
25 Tip IE 버그와 해결책들 l2zeo 2013-07-03 8081
24 Tip 포인트 반복 차감 기간 제한 ADMINPLAY 2012-01-16 8047
23 Tip 효율적으로 디비 쿼리수 줄이기 Tip ADMINPLAY 2012-01-16 8013
22 Tip 서버이전후 Warning: Cannot modify header information - headers already sent by... 뜰때 l2zeo 2012-09-30 7876
21 Tip 썸네일 생성이 되지 않을때 확인할것 file l2zeo 2013-01-24 7444
» Tip 모바일에서 동영상 크기 지정해서 보여줄때. l2zeo 2013-01-24 6898
19 Tip 그누보드의 visit 문제 file ADMINPLAY 2012-01-16 6789
18 Tip 스토리보드 이제 쉬워졌어요~~ PowerMockUp 소개 해 봅니다.^^ file l2zeo 2013-03-18 6778
17 Tip 그누보드 팁. $wr_id 값을 사용하지 않습니다_라고 뜰때 해결방법 3 (그누보드 관련 게시판이 있다면....) ADMINPLAY 2012-01-16 6584
16 Tip 웹 서비스 구현시 캐시 구현을 남발해서는 안되는 이유? l2zeo 2013-03-18 6574
15 Tip jquery 관련 l2zeo 2013-05-26 6355
14 Tip Cascading Style Sheets (자바스크립트 style 객체) l2zeo 2013-04-25 6269
13 Tip CSS3 를 이용한 툴팁(Tooltip) 표시 [1] l2zeo 2013-01-23 6058
12 Tip 그누보드 패밀리사이트에서 회원가입연동 l2zeo 2013-05-31 5916
11 Tip 그누보드 팁. $wr_id 값을 사용하지 않습니다_라고 뜰때 해결방법 2 (그누보드 관련 게시판이 있다면....) ADMINPLAY 2012-01-16 5838
10 Tip 마우스 오버할때 아이디 안보이게 하기 file l2zeo 2013-02-03 5770
9 Tip Mini Help System with jQuery file [1] l2zeo 2013-01-23 5615
8 Tip CSS shorthand properties (단축 속성) [1] l2zeo 2013-02-26 5364

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234