From c2c66031c02596ed1665c5f8027f9a1e902a606b Mon Sep 17 00:00:00 2001 From: Nachtalb Date: Thu, 1 Apr 2021 19:43:17 +0200 Subject: [PATCH] Auto rotate images based on exif orientation This makes sure that the orientation of the images work in all viewrs. --- client/components/Windows/Settings.vue | 8 +------- src/plugins/uploader.js | 8 ++++++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/client/components/Windows/Settings.vue b/client/components/Windows/Settings.vue index 9f2cfdbd..927e70c5 100644 --- a/client/components/Windows/Settings.vue +++ b/client/components/Windows/Settings.vue @@ -246,13 +246,7 @@ type="checkbox" name="removeImageMetadata" /> - Attempt to remove metadata from images before uploading - -