[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건 30 페이지
  • RSS
기술자료 목록
2070
일반   11793  2017-09-09 06:48  
2069
호스팅   15961  2017-09-07 18:28 ~ 2018-08-28 10:51  
2068
그누보드   12442  2017-09-07 01:01 ~ 2017-12-21 14:22  
2067
그누보드   29372  2017-09-05 04:49 ~ 2023-01-05 23:39  
2066
HTML   28842  2017-09-05 04:39  
2065
일반   16531  2017-09-04 18:48  
2064
그누보드   20292  2017-09-04 07:47 ~ 2019-09-26 22:55  
2063
PHP   16763  2017-09-04 07:41  
2062
Adobe   14043  2017-09-02 03:14  
2061
SNS   14547  2017-08-31 18:31  
2060
etc쇼핑몰   10892  2017-08-31 16:57  
2059
SNS   11711  2017-08-31 15:28  
2058
그누보드   22001  2017-08-31 14:34 ~ 2025-01-07 09:44  
2057
ClassicASP   13102  2017-08-30 07:34 ~ 2021-02-26 16:47  
2056
Adobe   18018  2017-08-29 17:50 ~ 2017-09-02 00:00  
2055
Linux   12373  2017-08-26 03:32 ~ 2017-10-30 23:05  
2054
Linux   16625  2017-08-26 00:44 ~ 2017-08-26 00:00  
2053
Linux   17672  2017-08-26 00:30 ~ 2017-08-26 00:00  
2052
WordPress   10594  2017-08-23 04:24  
2051
MySQL   17533  2017-08-22 02:39 ~ 2017-08-22 00:00  

검색

해피정닷컴 정보

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

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