scottcheng / cropit

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

Preview in mobile #169

Open osvcha opened 8 years ago

osvcha commented 8 years ago

I have an issue in mobiles. The plugin automatically corrects the orientation of certain images. This is fine, but if I export the image really is not rotated, does not match what you see with the content of the image.

Any ideas?

Thanks.

osvcha commented 8 years ago

This issue only happens in iOS

htmlauthor commented 8 years ago

Same issue here.

hernyb commented 8 years ago

Same issue. I'm planning on reading the exif data with EXIF js library and correct the preview as well so the user can see it is rotated and will correct it with the rotate buttons. Lots of manual work but cannot find a better solution. Ideas anyone?