[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 459건 8 페이지
  • RSS
기술자료 목록
319
그누보드   10032  2017-09-20 12:23  
318
그누보드   12734  2017-09-19 01:05 ~ 2018-10-30 20:55  
열람
그누보드   13423  2017-09-18 14:03  
316
그누보드   11017  2017-09-15 22:21  
315
그누보드   10571  2017-09-15 11:08  
314
그누보드   11655  2017-09-07 01:01 ~ 2017-12-21 14:22  
313
그누보드   26696  2017-09-05 04:49 ~ 2023-01-05 23:39  
312
그누보드   19353  2017-09-04 07:47 ~ 2019-09-26 22:55  
311
그누보드   19332  2017-08-31 14:34 ~ 2023-04-17 13:00  
310
그누보드   9830  2017-08-22 02:32 ~ 2017-08-22 00:00  
309
그누보드   14171  2017-08-22 02:26 ~ 2021-06-23 13:35  
308
그누보드   20123  2017-08-08 15:44  
307
그누보드   13828  2017-07-28 15:32  
306
그누보드   18178  2017-07-25 01:41 ~ 2017-07-28 00:00  
305
그누보드   11928  2017-07-17 13:16  
304
그누보드   12529  2017-07-13 12:50 ~ 2018-12-04 18:46  
303
그누보드   13354  2017-07-12 19:25 ~ 2018-04-11 10:20  
302
그누보드   10775  2017-07-02 20:32 ~ 2021-08-02 21:45  
301
그누보드   17679  2017-07-02 01:41 ~ 2017-11-01 16:16  
300
그누보드   15132  2017-06-30 02:56 ~ 2017-07-02 00:00  

검색

해피정닷컴 정보

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

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