Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Crop Image


Image Editor

In-content WYSIWYG Image Editor

This widget lets you scale, drag and crop images in a full WYSIWYG interface. Unlike other image editors this tool lets you drag and scale the image in its container (instead of dragging a crop/resize tool over the original). The container itself can be resized.

The plugin returns the result parameters in many different forms. The plugin can be customized in many ways. This makes the plugin a perfect extension for any WYSIWYG Content Management System.

Currently the plugin is beta. I will publish detailed information soon. In the meantime, please send me feedback.

Use:
$(".myImage").imageEditor();
myImage can be an image or a wrapper around an image. The second has the advantage that you can add more start attributes via css. (width/height, min/max width/height on the wrapper, and width/height top/left on the image.) The start attributes can also be defined in the imageEditor([settings]) function.

CropZoom

CropZoom is a plugin that let you select an area of an image to crop, also you can zoom in or zoom out, drag and also rotate. this plugins needs ui.droppable, ui.resizable, ui.slider from JQuery UI.