mo 2 лет назад
Родитель
Сommit
221e400a34
1 измененных файлов с 1 добавлено и 1 удалено
  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"