CKEditor Samples » New Image plugin

This sample is not maintained anymore. Check out its brand new version in CKEditor Examples.

This editor is using the new Image (image2) plugin, which implements a dynamic click-and-drag resizing and easy captioning of the images.

To use the new plugin, extend config.extraPlugins:

CKEDITOR.replace( 'textarea_id', {
	extraPlugins: 'image2'
} );