Closed vlatka-sinisa closed 10 years ago
I like this. It's definitely a good use case of cropit.
However since I'd prefer to keep the issue list as a collection of tasks and this is not one, I will go ahead and close it. Please feel free to post your implementation on gist and/or your blog, which I believe serves the audience better as well. Thanks.
Another functionality that we've added additionally was drag&drop support.
Hope someone finds it usefull...
variable imageCropper is defined as:
This is the way we've done d&d. If user selects multiple files (tries to upload multiple files) the first image file will be loaded into the cropit using: imageCropper.cropit('imageSrc', e.target.result);