원본 이미지에 cursor:move 스타일 추가
This commit is contained in:
@ -18,7 +18,7 @@ if(is_file($filepath)) {
|
||||
$height = $size[1];
|
||||
|
||||
$fileurl = G4_DATA_URL.'/file/'.$bo_table.'/'.$filename;
|
||||
$img = '<img src="'.$fileurl.'" alt="" width="'.$width.'" height="'.$height.'" class="draggable" style="position:relative;top:0;left:0">';
|
||||
$img = '<img src="'.$fileurl.'" alt="" width="'.$width.'" height="'.$height.'" class="draggable" style="position:relative;top:0;left:0;cursor:move;">';
|
||||
} else {
|
||||
alert_close('파일이 존재하지 않습니다.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user