From d8a944ae9676034242be331e74a23cb67a79be71 Mon Sep 17 00:00:00 2001 From: MarcZierle Date: Thu, 19 May 2022 19:55:09 +0200 Subject: [PATCH] fix cropper and EXIF orientation --- src/components/PhotoCropper.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PhotoCropper.vue b/src/components/PhotoCropper.vue index f13694c..2988816 100644 --- a/src/components/PhotoCropper.vue +++ b/src/components/PhotoCropper.vue @@ -7,6 +7,7 @@ :stencil-component="this.$options.components.RectangleStencil" :stencil-props="stencilProps" :auto-zoom="true" + :checkOrientation="false" @change="change" ref="cropper" />