cropit icon indicating copy to clipboard operation
cropit copied to clipboard

A "customizable crop and zoom" jQuery plugin.

Results 102 cropit issues
Sort by recently updated
recently updated
newest added

I have tried this option in the demo example of the file but still this does't work. ` cropit .cropit-preview { background-color: #f8f8f8; background-size: cover; border: 1px solid #ccc; border-radius:...

I get this error : Uncaught TypeError: Cannot read property 'push' of undefined at Cropit.init (jquery.cropit.js:274) at new Cropit (jquery.cropit.js:194) at HTMLDivElement. (jquery.cropit.js:102) at Function.each (app.js?id=79f598946b8ba4ad1fb4:15693) at jQuery.fn.init.each (app.js?id=79f598946b8ba4ad1fb4:15515) at...

If you try to unload an image and leave the control in its initial state using this method, cropit ends up in an indeterminated state: `$element.cropit('imageSrc', null);`

I am wondering if we could add flip/flop functions in cropit. Is there any way to do this?

is there anyway to get different width and height? I don't want to use cropit-preview width and height for the cropped image. I want my image crop to 1900x1080, but...

Currently On rotating the image 90deg the image touches the right border 180deg it touches the bottom border and at 270deg it touches the left border Wanted the image position...

A fix for the iOS EXIF orientation bug. Based on lory87s pull req. #162. But for the latest version of cropit. Sorry that I accidentally changed ' to ". I...

Hi all please fix this issue, i have been use this API for long time and its working with almost every images, but our client complaint they are not be...

Hi I got it working on IE11+, Firefox and Chrome. In IE10 the background-image does not get added to the .cropit-image-preview element on input file change. Just nothing happens. not...