#cropimg
Another cropping jQuery plugin
$(function(){
$('img.my-image').cropimg({
resultWidth:400,
resultHeight:200,
inputPrefix:'ci-'
});
});
http://requtize.github.io/cropimg/
For downloads, see: https://github.com/requtize/cropimg/releases/
What you need, to work with cropimg?
- jQuery 1.9+
This code is licensed under MIT License.
Thank you, for create pull requests and develop this plugin.