YUI Library Home

YUI Library Examples: ImageCropper Control: Advanced Crop Interface

ImageCropper Control: Advanced Crop Interface

This example shows how to make an image croppable with some advanced features.

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.

In this example, we are setting up a few advanced configs:

  • initialXY: The initial position of the crop region (defaults to [10, 10]).
  • initHeight: The inital height of the crop region (defaults to 1/4 the height).
  • initWidth: The inital width of the crop region (defaults to 1/4 the width).
  • keyTick: The tick interval for the arrow keys (defaults to 1 pixel)
  • shiftKeyTick: The tick interval for the arrow keys when the shift key is pressed (defaults to 10 pixels)

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