UNPKG

jcrop-0.9.8

Version:

Jcrop Javascript Image Cropper

19 lines (16 loc) 642 B
<img src="demo_files/sago.jpg" id="target" alt="[Jcrop Example]" /> <div id="preview-pane"> <div class="preview-container"> <img src="demo_files/sago.jpg" class="jcrop-preview" alt="Preview" /> </div> </div> <div class="description"> <p> <b>An example implementing a preview pane.</b> Obviously the most visual demo, the preview pane is accomplished entirely outside of Jcrop with a simple jQuery-flavored callback. This type of interface could be useful for creating a thumbnail or avatar. The onChange event handler is used to update the view in the preview pane. </p> </div>