I used below code for dragging and resizing the image,
The solution I've found was resizing/making dragable a with a background image. I guess that the element is not draggable and resizable. Well, it works for me. Bye.
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