Draggable and resizable in JqueryUI for an image is not working?

前端 未结 2 1450
感动是毒
感动是毒 2021-01-03 04:25

I used below code for dragging and resizing the image,



    
    

        
2条回答
  •  自闭症患者
    2021-01-03 05:04

    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

提交回复
热议问题