Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Zoomed out more than image size on mobile with warped result #241

Closed
lukealderton opened this issue Nov 8, 2016 · 1 comment
Closed

Comments

@lukealderton
Copy link

Setting enableOrientation to true allows me to rotate the image as expected, but when I upload an image on my phone it renders sideways, naturally I use the rotate function to correct the issue but now I can zoom out further than my maximum image size and the result given to me by croppie is warped. If I set enableExif to true, the same issue persists.

I found that a combination of commenting out enableOrientation and setting enableExif to true fixed the issue, but I can still rotate the image, which is what I want but it's also odd that I can rotate the image despite not setting enableOrientation to true.

@thedustinsmith
Copy link
Contributor

There's a lot going on here ... I'll update the code to not allow rotation without enableOrientation.

I think the zooming related stuff might be fixed in 2.5.2, so I'm going to close this since it's so old. Sorry I didn't get back to you sooner. Feel free to reopen this is you see fit.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants