/cropimg

Another cropping jQuery plugin

Primary LanguageJavaScriptMIT LicenseMIT

#cropimg

Another cropping jQuery plugin

How to use?

$(function(){
  $('img.my-image').cropimg({
    resultWidth:400,
    resultHeight:200,
    inputPrefix:'ci-'
  });
});

Try IT!

http://requtize.github.io/cropimg/

For downloads, see: https://github.com/requtize/cropimg/releases/

Required

What you need, to work with cropimg?

  • jQuery 1.9+

License

This code is licensed under MIT License.

Thanks

Thank you, for create pull requests and develop this plugin.