{이미지:0}
갤러리 이미지 높이를 '0'로 설정합니다.
skin/board/gallery/list.skin.php
[code]<?php
if ($list[$i]['is_notice']) { // 공지사항 ?>
<strong style="width:<?php echo $board['bo_gallery_width'] ?>px;height:<?php echo $board['bo_gallery_height'] ?>px">공지</strong>
<?php } else {
$thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);
if($thumb['src']) {
$img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">';
} else {
$img_content = '<span style="width:'.$board['bo_gallery_width'].'px;height:'.$board['bo_gallery_height'].'px">no image</span>';
}
echo $img_content;
}
?>[/code]
에서...
필요한 height를 'auto'로 수정합니다.
[code]$img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_gallery_width'].'" height="auto">';[/code]
에만 적용해주면 되는 모양입니다.
{이미지:1}
갤러리 이미지 높이를 '0'로 설정합니다.
skin/board/gallery/list.skin.php
[code]<?php
if ($list[$i]['is_notice']) { // 공지사항 ?>
<strong style="width:<?php echo $board['bo_gallery_width'] ?>px;height:<?php echo $board['bo_gallery_height'] ?>px">공지</strong>
<?php } else {
$thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);
if($thumb['src']) {
$img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">';
} else {
$img_content = '<span style="width:'.$board['bo_gallery_width'].'px;height:'.$board['bo_gallery_height'].'px">no image</span>';
}
echo $img_content;
}
?>[/code]
에서...
필요한 height를 'auto'로 수정합니다.
[code]$img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_gallery_width'].'" height="auto">';[/code]
에만 적용해주면 되는 모양입니다.
{이미지:1}
댓글 5개
게시글 목록
| 번호 | 제목 |
|---|---|
| 3325 | |
| 3322 | |
| 3321 | |
| 3312 | |
| 3303 | |
| 3297 | |
| 3293 | |
| 3287 | |
| 3281 | |
| 3280 | |
| 3277 | |
| 3267 | |
| 3262 | |
| 3260 | |
| 3258 | |
| 3257 | |
| 3251 | |
| 3248 | |
| 3247 | |
| 3224 | |
| 3203 | |
| 3186 | |
| 3185 | |
| 3181 | |
| 3178 | |
| 3176 | |
| 3170 | |
| 3169 | |
| 3162 | |
| 3152 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기