vue-image-crop-upload icon indicating copy to clipboard operation
vue-image-crop-upload copied to clipboard

Image preview does not zoom with slider at minimum width & height

Open krownlesskev opened this issue 3 years ago • 0 comments
trafficstars

Using this component

<uploader
              v-model="showUploader"
              :width="1100"
              :height="619"
              no-circle
              langType="en"
              :langExt="{
                hint: 'Click Here (min size: 1100 x 619)'
              }" />

The image in the preview box does not zoom in when uploading an image at the minimum width and height. E.g 1100 x 619

krownlesskev avatar May 31 '22 17:05 krownlesskev