vaersaagod / dospaces

DigitalOcean Spaces integration for Craft CMS
MIT License
35 stars 8 forks source link

Uploading portrait-oriented images loses their orientation #6

Closed robarov closed 5 years ago

robarov commented 5 years ago

Craft version 3.1.9

aelvan commented 5 years ago

Hi,

I don't think this has anything to do with the volume. Have you tried uploading to a local volume to confirm?

More likely, you haven't enabled preserveExifData, or don't have the EXIF extension installed. See the following links:

https://docs.craftcms.com/v3/config/config-settings.html#preserveexifdata https://craftcms.stackexchange.com/questions/17945/images-containing-exif-orientation-tag-are-not-rotated-on-upload

robarov commented 5 years ago

Yes, uploading the same image to a local volume respects the portrait orientation (=works).