diff --git a/src/components/Cropper/src/Cropper.vue b/src/components/Cropper/src/Cropper.vue index 0aaade45a..72d8cd69b 100644 --- a/src/components/Cropper/src/Cropper.vue +++ b/src/components/Cropper/src/Cropper.vue @@ -151,7 +151,7 @@ fileReader.onerror = () => { emit('cropendError'); }; - }, 'image/png'); + }, 'image/jpeg'); } // Get a circular picture canvas