{이미지: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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 3757 | |
| 3747 | |
| 3734 | |
| 3733 | |
| 3721 | |
| 3717 | |
| 3716 | |
| 3709 | |
| 3696 | |
| 3694 | |
| 3656 | |
| 3655 | |
| 3618 | |
| 3595 | |
| 3593 | |
| 3580 | |
| 3559 | |
| 3558 | |
| 3543 | |
| 3539 | |
| 3534 | |
| 3530 | |
| 3527 | |
| 3524 | |
| 3523 | |
| 3514 | |
| 3513 | |
| 3511 | |
| 3507 | |
| 3495 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기