I noticed when I use the file plugin some of my images get rotated 90 deg. Is their a way to fix this? I don't want the images to be rotated when uploaded.
Thanks
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- iionly@iionly

iionly - 0 likes
You must log in to post replies.Images taken on mobile devices save the image orientation in their exif metadata. If the program used to view the images doesn't make use of the exif data, the images are displayed in their original orientation. Most browsers (all browsers?) don't make an image orientation correction.
Tidypics does correct the orientation on image upload. For image files uploaded with the File plugin you can try out the Image Orientation plugin (https://elgg.org/plugins/1873029; maybe better try the latest release from https://github.com/arckinteractive/image_orientation).
(If I'm not mistaken, the future Elgg 3 will come with image orientation correction already in core.)