scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
874 stars 304 forks source link

saving @2x for retina displays #159

Closed msawired closed 8 years ago

msawired commented 8 years ago

Hello,

Is it possible to retain a twice size version of the cropped image, to save for retina screens? Basically, when I post the cropped image, it comes as with the pixels it got cropped, but it would have been great to be able to pass the 2x version (if the original image was big enough to support).

msawired commented 8 years ago

Nevermind, I guess I solved the problem setting originalSize: true. This way, the image is sent in its largest possible dimensions, and I can handle resizing in the backend. Thank you for providing this great library!