{이미지: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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 2937 | |
| 2932 | |
| 2929 | |
| 2928 | |
| 2924 | |
| 2922 | |
| 2909 | |
| 2901 | |
| 2900 | |
| 2896 | |
| 2895 | |
| 2892 | |
| 2884 | |
| 2882 | |
| 2871 | |
| 2858 | |
| 2852 | |
| 2848 | |
| 2841 | |
| 2837 | |
| 2823 | |
| 2820 | |
| 2817 | |
| 2802 | |
| 2790 | |
| 2785 | |
| 2773 | |
| 2757 | |
| 2753 | |
| 2751 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기