YUI Library Home

YUI Library Examples: ImageCropper Control: Real Time Crop Feedback

ImageCropper Control: Real Time Crop Feedback

This example shows how to use a few of the built in events to real time crop feedback.

  • Height: (91)
  • Width: (150)
  • Top: (20)
  • Left: (20)

Setting up the Image Cropper

The ImageCropper Control will only work when applied to an image. So we place an image on the page and give it an id.

Creating the ImageCropper instance

Next we call the ImageCropper constructor on the image.

Hooking into the ImageCroppers Events

Next we listen for the moveEvent and react to the changes. By calling the getCropCoords method, we will be returned an object like this:

Using this information, we can use DOM to update the results with the proper information.

Configuration for This Example

You can load the necessary JavaScript and CSS for this example from Yahoo's servers. Click here to load the YUI Dependency Configurator with all of this example's dependencies preconfigured.

YUI Logger Output:

Note: You are viewing this example in debug mode with logging enabled. This can significantly slow performance.

Reload with logging
and debugging disabled.

More ImageCropper Control Resources:

Copyright © 2011 Yahoo! Inc. All rights reserved.

Privacy Policy - Terms of Service - Copyright Policy - Job Openings