mo пре 2 година
родитељ
комит
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"