[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,634건 29 페이지
  • RSS
기술자료 목록
2074
MSSQL   30131  2017-09-22 18:05  
2073
그누보드   10073  2017-09-20 12:23  
2072
JavaScript   21534  2017-09-20 07:12 ~ 2018-02-28 19:06  
2071
그누보드   12759  2017-09-19 01:05 ~ 2018-10-30 20:55  
2070
HTML   30609  2017-09-18 23:09  
열람
그누보드   13459  2017-09-18 14:03  
2068
Editor   10711  2017-09-18 12:51  
2067
Editor   12424  2017-09-18 11:38 ~ 2017-12-01 05:01  
2066
그누보드   11044  2017-09-15 22:21  
2065
그누보드   10597  2017-09-15 11:08  
2064
ClassicASP   15282  2017-09-13 23:26  
2063
일반   11176  2017-09-09 06:48  
2062
호스팅   14940  2017-09-07 18:28 ~ 2018-08-28 10:51  
2061
그누보드   11679  2017-09-07 01:01 ~ 2017-12-21 14:22  
2060
그누보드   26821  2017-09-05 04:49 ~ 2023-01-05 23:39  
2059
HTML   27932  2017-09-05 04:39  
2058
일반   15701  2017-09-04 18:48  
2057
그누보드   19388  2017-09-04 07:47 ~ 2019-09-26 22:55  
2056
PHP   15756  2017-09-04 07:41  
2055
Adobe   13057  2017-09-02 03:14  

검색

해피정닷컴 정보

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

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