테스트 사이트 - 개발 중인 베타 버전입니다

모바일 갤러리 가로 세로 사이즈 문의 채택완료

그누배우자 10년 전 조회 3,562

안녕하세요 모바일 갤러리 베이직 스킨 쓰고 있습니다.

style="width:100%;height:auto"

를 img 에 넣으려고 하는데

 

관리자 모드에서 세로 길이는 auto가 안먹혀서요

소스 수정해서 넣고 싶은데 잘안되네요

 

</p><p><?php
} else {
$thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_mobile_gallery_width'], $board['bo_mobile_gallery_height']);</p><p> </p><p>if($thumb['src']) { </p><p>$img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_mobile_gallery_width'].'" height="'.$board['bo_mobile_gallery_height'].'">';
} else {
$img_content = '<span style="width:'.$board['bo_mobile_gallery_width'].'px;height:'.$board['bo_mobile_gallery_height'].'px">no image</span>';
}</p><p>echo $img_content;
}
?></p><p>

 

$board['bo_mobile_gallery_width']

$board['bo_mobile_gallery_height']

얘를 어떻게 바꿔야 할것같은데 방법을 몰겠습니다.

도와주세요 ㅠㅠ 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
10년 전

관리자모드 게시판 설정가시면 

 

모바일에 갤러리 이미지 폭, 높이 조정하는 곳 있습니다.

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인