[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 2,650건 1 페이지
  • RSS
기술자료 목록
2650
영카트   88  2026-03-22 22:26 ~ 2026-03-24 12:36  
2649
영카트   133  2026-03-20 14:42 ~ 2026-03-20 14:52  
2648
그누보드   348  2026-02-03 11:54 ~ 2026-02-03 11:58  
2647
그누보드   364  2026-02-03 11:51  
2646
그누보드   516  2026-02-02 19:40 ~ 2026-02-03 11:44  
2645
Search   848  2025-10-15 17:04 ~ 2025-10-23 00:29  
2644
MySQL   1118  2025-08-28 17:54 ~ 2025-08-28 17:55  
2643
PHP   2552  2025-02-07 09:27 ~ 2025-02-07 16:59  
2642
그누보드   2222  2025-02-07 08:55 ~ 2025-02-07 17:04  
2641
그누보드   2401  2024-11-26 21:14 ~ 2024-11-26 21:22  
2640
그누보드   4721  2024-11-22 10:52 ~ 2024-11-22 11:03  
2639
호스팅   2847  2024-11-19 14:41 ~ 2024-11-19 21:17  
2638
Linux   2060  2024-11-18 15:45 ~ 2024-11-18 15:48  
2637
일반   1840  2024-11-15 16:45 ~ 2024-11-15 16:46  
2636
Secure   1998  2024-11-06 18:48 ~ 2024-11-06 18:50  
2635
영카트   2351  2024-10-21 13:44 ~ 2025-08-29 23:40  
2634
전자결제   3851  2024-09-05 09:30  
2633
MySQL   2849  2024-03-29 14:14 ~ 2024-03-29 14:14  
2632
그누보드   3103  2024-02-23 18:40 ~ 2024-02-24 06:13  
2631
JavaScript   3093  2024-02-16 18:50 ~ 2024-02-16 20:37  

검색

해피정닷컴 정보

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

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