rcrop
rcrop copied to clipboard
Responsive Cropper is a full responsive JQuery plugin that lets you select an area from an image and prepare crop information to send it to the server.
Is it possible to somehow unload rcrop on a image? I tried to set the grid to false, but that doesnt help. How can I deactivate rcrop on a image?...
Hello, is it possible to allow resizing in every direction (not only bottom right)?
Hi, I tried the below code on which I applied the crop on the image Onload event. it set the minSize properly but after that resizing image is not working...
When I scale my crop and move it to the top and keep repeating that action - my crop becomes larger, even though the image is already cut off at...
After uploading new image, when I try to crop or resize it, image getDataURL `var srcOriginal = $('#image-3').rcrop('getDataURL');` is not getting updated. `$('#image-3').on('rcrop-changed', function(){ var srcOriginal = $('#image-3').rcrop('getDataURL'); $('#cropped-resized').html(''); });`
First of all; The issue does **not** occur in Chrome, FireFox, Edge. It seems to only occur in Safari. However, I do think it is strange that it does only...
An exception in rcrop,min.js file on line 2, column 15337 (source file is still not working, sorry) on mobile devices when dragging the selection grid. `touch-action: none` may help as...
I am using your jQuery Plugin rcrop (Its wonderful) https://github.com/aewebsolutions/rcrop but the issue is that my image size is (1000X535 pixel) but i want to crop more than image size....
I would like to have an option/function to set a previously saved cropped image back into the cropper where the user has left off. This means that I need a...
I tried to replace the image and crop it again but while i save the image it's the first image that gets saved. Actually i have table with multiple images...