I used below code for dragging and resizing the image,
You should wrap the image into a div with style="display:inline-block; and then make the div draggable and the image resizable. Working Example
style="display:inline-block;