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

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

I used below code for dragging and resizing the image,



    
    

        
相关标签:
2条回答
  • 2021-01-03 04:56

    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.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题