모바일으로 자비 접속시 큰 이미지가 있을때 [클릭시 원본 이미지를 확인할 수 있습니다.]를 눌러 새창으로 보는 이미지가 찌그러져보이는 현상을 없애는 방법입니다.

수정할 파일 : bbs 폴더의 view_image.php

 

alert_close('파일이 존재하지 않습니다.'); 의 위쪽 (34번째줄) 

$img = '<img src="'.$fileurl.'" alt="" width="'.$width.'" height="'.$height.'" class="draggable" style="position:relative;top:0;left:0;cursor:move;">';

width="'.$width.'" height="'.$height.'" 

위 내용을 삭제합니다

$img = '<img src="'.$fileurl.'" alt="" class="draggable" style="position:relative;top:0;left:0;cursor:move;">';