open-learning-exchange / planet

🌍 Planet Learning - Angular application
https://hub.docker.com/r/treehouses/planet
GNU Affero General Public License v3.0
63 stars 39 forks source link

Image displaying in wrong orientation #1746

Open paulbert opened 6 years ago

paulbert commented 6 years ago

Tested with a few images which should display in a portrait (height > width) orientation but display in landscape.

Not sure what the problem is, but these are with images taken on a phone so maybe that is part of it

image

image

i5o commented 6 years ago

Do you have the original files?

Beautiful cat :heart_eyes_cat:

paulbert commented 4 years ago

The problem is in fact that these were taken with my phone. Need a solution that reads the image's exif data and rotates in app.

I don't think it's a good solution to require people manually rotate their images on their own.

paulbert commented 4 years ago

Making this a priority so it's easy to find.