I am using the ckeditor in my site. I am getting problem in changing size of the images by dragging in Chrome only. When i insert some images in this editor then I can change size of image by dragging in Firefox and IE but not in Chrome.
Please suggest How can I change image size by dragging that image in chrome
Chrome (and all other Webkit
Chrome (and all other Webkit browsers) do not have native image resize feature. Currently there's no such a plugin for CKEditor too, so the only way to resize images on Webkit based browsers is by dialog.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Image dragging works fine in chrome :-)
Changing size of the images by dragging in Chrome works fine on my free downloadable self made cms http://tiltweb.fr
Thake a look, Here http://www.editorboost.net/Webkitresize this plungin is very simple to implement
But !!!!! when you use the editor for image resizing the width and heigh values becomes float numbers like this in the style tag
style="width: 146.18181824684143px; height: 159.18181824684143px;"
i try to find à hack for this problem
Check out the new Enhanced
Check out the new Enhanced Image plugin which makes images resizeable on all browsers.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+