[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 2,643건 1 페이지
  • RSS
기술자료 목록
2643
PHP   213  2025-02-07 09:27 ~ 2025-02-07 16:59  
2642
그누보드   178  2025-02-07 08:55 ~ 2025-02-07 17:04  
2641
그누보드   456  2024-11-26 21:14 ~ 2024-11-26 21:22  
2640
그누보드   541  2024-11-22 10:52 ~ 2024-11-22 11:03  
2639
호스팅   513  2024-11-19 14:41 ~ 2024-11-19 21:17  
2638
Linux   380  2024-11-18 15:45 ~ 2024-11-18 15:48  
2637
일반   371  2024-11-15 16:45 ~ 2024-11-15 16:46  
2636
Secure   413  2024-11-06 18:48 ~ 2024-11-06 18:50  
2635
영카트   596  2024-10-21 13:44 ~ 2024-10-21 19:42  
2634
전자결제   1250  2024-09-05 09:30  
2633
MySQL   1244  2024-03-29 14:14 ~ 2024-03-29 14:14  
2632
그누보드   1452  2024-02-23 18:40 ~ 2024-02-24 06:13  
2631
JavaScript   1576  2024-02-16 18:50 ~ 2024-02-16 20:37  
2630
Java   1569  2024-02-06 16:49  
2629
PHP   1777  2024-02-06 16:42  
2628
호스팅   1637  2024-01-29 12:54  
2627
PHP   1559  2024-01-26 11:04 ~ 2024-01-26 11:13  
2626
MySQL   1669  2024-01-08 17:37 ~ 2024-03-14 16:00  
2625
SQL   1962  2024-01-08 12:36  
2624
영카트   1953  2024-01-04 14:57  

검색

해피정닷컴 정보

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

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