[img_gallery] 리스트(gblist.skin.php) 크기 정보
그누보드 [img_gallery] 리스트(gblist.skin.php) 크기본문
갤러리 리스트에 이미지를 올리면 가로는 고정되고 세로는 가로에 맞춰 비율대로 커졌다 작아졌다 하는데요,
그냥 찌그러뜨려서 모두 같은 크기로 나오게 할 순 없나요?
gblist.skin.php 파일에 보면
$image_width = 100; // 이미지 폭
$image_height = 80; // 이미지 높이
라고 나와있는데, 이건 뭔가요?? 수정해도 소용없던데..
그냥 찌그러뜨려서 모두 같은 크기로 나오게 할 순 없나요?
gblist.skin.php 파일에 보면
$image_width = 100; // 이미지 폭
$image_height = 80; // 이미지 높이
라고 나와있는데, 이건 뭔가요?? 수정해도 소용없던데..
댓글 전체
아.. 테이블이 아니라 이미지를 줄여야 하는거군요..^^;
<img src='<?=$list[$i][file_image1]?>' width="120" height="90" border=0 alt='<?=$list[$i][wr_subject]?>' style='border-color:#555555;'>
그럼 정말 $image_width와 $image_height는 뭔가요????
<img src='<?=$list[$i][file_image1]?>' width="120" height="90" border=0 alt='<?=$list[$i][wr_subject]?>' style='border-color:#555555;'>
그럼 정말 $image_width와 $image_height는 뭔가요????