[그누보드] 이미지 큰 경우 view 페이지 커졌다 줄어드는 현상 해결

  • 슈퍼맨 관리자 / 2011.06.21 23:55 / hit 4,073 추천 0


lib/common.lib.php 916라인 부분

// 게시판설정 이미지보다 크다면 스킨의 자바스크립트에서 이미지를 줄여준다
return "<div style='width:$width; height:$height ; overflow: hidden;'><img src='$g4[path]/data/file/$board[bo_table]/".urlencode($file)."' name='target_resize_image[]' onclick='image_window(this);' style='cursor:pointer;' title='$content'></div>";

로 변경
 

1 2 3 4 다음 맨끝
글쓰기