Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

requtize/cropimg

Repository files navigation

#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.