Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

By pulling a photo from a smartphone, the orientation tags are not evaluated #13

Open
bgewehr opened this issue Feb 1, 2020 · 1 comment

Comments

@bgewehr
Copy link

bgewehr commented Feb 1, 2020

When pulling photos from smart devices into the media node, it does not evaluate the orientation tags so that the portrait photo appears in landscape. Can I do something from my (user) side to correct the orientation or would you have to fix that in the code?

@gfcittolin
Copy link
Member

Never thought about that possibility. We don't analyze the media file (be it an image or a video), we just hand a file over to the browser, and the browser is the one responsible for rendering.

Looks like we can instruct the browser to take a look on the EXIF data and rotate it itself. I'll try that out later (you can also try out by adding that CSS property on your browser's developer console), and then we can add it to the node

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

No branches or pull requests

2 participants