[G5] 이미지나 동영상을 모바일에서 창 크기에 맞춰 출력하기 > 기술자료 | 해피정닷컴

[G5] 이미지나 동영상을 모바일에서 창 크기에 맞춰 출력하기 > 기술자료

본문 바로가기

사이트 내 전체검색

[G5] 이미지나 동영상을 모바일에서 창 크기에 맞춰 출력하기 > 기술자료

그누보드 [G5] 이미지나 동영상을 모바일에서 창 크기에 맞춰 출력하기

페이지 정보


본문

이미지나 동영상을 모바일에서 창 크기에 맞춰 출력하는 방법입니다.


1. jquery.mobile.resize.js 다운로드
다운받은 파일을  그누보드 / js / 에 업로드 합니다.
js 파일은 https://sir.kr/g5_tip/2024 에서 다운로드 받으세요



2. 그누보드5 / theme / basic / css / mobile.css 에 내용 추가

img,
video {
    display: inline-block;
    width: auto\9 !important; /* ie8 */
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}
.video-container {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ctt_con img,
video {
    display: inline-block;
    width: auto\9 !important; /* ie8 */
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}
.video-container {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



3. 그누보드5 / skin / board / basic / view.skin.php 에 내용 추가

<script src="<?php echo G5_JS_URL; ?>/viewimageresize.js"></script>

을 아래와 같이 내용 변경

<script src="<?php echo G5_JS_URL; ?>/viewimageresize.js"></script>
<script src="<?php echo G5_JS_URL; ?>/jquery.mobile.resize.js"></script>

<?php if ($board['bo_download_point'] < 0) { ?>



자료출처
https://sir.kr/g5_tip/2024
https://sir.kr/g5_tip/4890

댓글목록

등록된 댓글이 없습니다.


Total 41건 1 페이지
  • RSS
기술자료 목록
41
그누보드   4453  2021-12-14 07:05  
40
Editor   7650  2020-10-11 11:46 ~ 2020-10-12 09:49  
39
그누보드   6118  2020-10-06 11:32 ~ 2020-11-17 10:39  
38
그누보드   7730  2020-04-17 17:14 ~ 2020-04-24 10:31  
37
그누보드   7384  2019-02-08 16:47 ~ 2019-02-08 16:54  
36
HTML   19139  2018-07-17 18:38 ~ 2020-03-25 18:49  
35
그누보드   10056  2018-04-24 03:11 ~ 2018-04-24 04:42  
34
그누보드   19086  2017-12-11 11:13 ~ 2017-12-11 11:17  
33
그누보드   13093  2017-10-21 09:33 ~ 2018-01-18 17:33  
열람
그누보드   13799  2017-09-18 14:03  
31
JavaScript   19332  2017-04-04 21:05  
30
HTML   10805  2016-12-06 02:42  
29
그누보드   16697  2016-09-12 16:29 ~ 2021-02-26 16:55  
28
JavaScript   18082  2016-09-08 00:17  
27
HTML   17945  2016-02-21 06:31  
26
HTML   39829  2016-02-21 00:58 ~ 2016-02-21 00:00  
25
전자결제   64053  2015-12-30 22:20  
24
테크노트   14324  2015-12-24 12:33  
23
그누보드   12820  2015-04-20 20:50  
22
그누보드   14080  2015-03-20 20:58 ~ 2018-10-17 03:51  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2025 해피정닷컴. All Rights Reserved.