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

rotate 90deg crop image on iPhone #205

Closed
AlexDomsn opened this issue Oct 4, 2018 · 2 comments
Closed

rotate 90deg crop image on iPhone #205

AlexDomsn opened this issue Oct 4, 2018 · 2 comments

Comments

@AlexDomsn
Copy link

The image is rotated in iPhone either in Chrome or Safari. In Android is OK in PC is OK but in iPhone the image is auto rotated 90 grades.

@dominictobias
Copy link
Owner

dominictobias commented Oct 4, 2018

As talked about here this is probably the browser ignoring exif rotation:
#181

All this library is doing is putting the image in a src tag so it’s not the responsibility of this library to try and fix browser behaviour with displaying images. If you put your image in an img tag and look on the phone you should see the same thing. Have a look at the links in that other issue you might have to use a library to fix your image.

@dominictobias
Copy link
Owner

dominictobias commented Oct 22, 2018

I'm closing this one and keeping #181 open, if you want to add something please add it there thanks

tl;dr https://github.com/blueimp/JavaScript-Load-Image/

# 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