mo 2 anni fa
parent
commit
221e400a34
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/ImageCropper/CropperModal.vue

+ 1 - 1
src/components/ImageCropper/CropperModal.vue

@@ -15,7 +15,7 @@
           :img="options.img"
           :info="true"
           :autoCrop="true"
-          :centerBox="true"
+          :centerBox="false"
           :autoCropWidth="options.autoCropWidth"
           :full="options.full"
           :outputType="options.outputType"