I am trying to be able to resize images in a contenteditor div in Chrome, like Firefox does. When you click on an image, resizing handlers should appear. I tried the jQuery UI resizable plugin, but it gets broken when you move (drag and drop) the images inside the container. Also tried the CSSize resize property, but it only applies to block elements, not to Any suggestion? Thanks
source
share