jcrop-0.9.8
Version:
Jcrop Javascript Image Cropper
18 lines (14 loc) • 634 B
HTML
<img src="demo_files/sago.jpg" id="target" alt="[Jcrop Example]" />
<div style="margin-top:1em; width:500px;">
<fieldset>
<legend>Manipulate classes</legend>
<div class="btn-group" id="buttonbar">
<button id="radio1" data-setclass="jcrop-light" class="btn active" />jcrop-light</button>
<button id="radio2" data-setclass="jcrop-dark" class="btn" />jcrop-dark</button>
<button id="radio3" data-setclass="jcrop-normal" class="btn" />normal</button>
</div>
</fieldset>
</div>
<p>
<b>Example styling tricks.</b> Click the buttons above to change the appearance of Jcrop in real-time.
</p>