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

A beautiful vue component for image cropping and uploading. (vue图片剪裁上传组件)

Results 106 vue-image-crop-upload issues
Sort by recently updated
recently updated
newest added
trafficstars

点击+号放大图片后,图片不在原来的位置上放大,而是往左上角偏移了,请问是什么原因,要怎么解决呢?(我是直接npm下载这个插件的,没改什么js文件)

上传成功之后图片被压缩了,能否不压缩,按原图大小上传?

点击Click or drag the file here to upload没有任何反应,Safari可以激活,但是谷歌浏览器不行,大家有遇到过吗

Hi, How can i make it select multiple image at once and crop them one by one . Does this package support it ?

upload-2.vue ![image](https://user-images.githubusercontent.com/14226435/85373048-48725c00-b565-11ea-9148-db63b69cc762.png) ![image](https://user-images.githubusercontent.com/14226435/85373237-8ff8e800-b565-11ea-9981-8915998b24b3.png) 若上传裁剪图片的width/height的与原图容器宽高的比例相同,主要修改原图蒙版属性 sourceImgMasking和原图遮罩样式sourceImgShadeStyle的代码 ```js // 原图蒙版属性 sourceImgMasking() { let { width, height, ratio, sourceImgContainer } = this, sic = sourceImgContainer, sicRatio = sic.width / sic.height, // 原图容器宽高比 x...

Not the preview images, just the big one. Previews look fine. But the other image stretches instead of scaling. Could we have a prop to not show de big image?...

1-添加上传前回调。 2-上传成功事件带上off函数用于重置组件。 3-调整file参数位置,适应oss 上传

此插件有什么办法可以得到默认图片的名称吗,而不是自己定义的

Hello! For vue1 @input="zoomChange". it's work For vue2 @mousemove="zoomChange"? don't change when touch him, only mouse. На мобильном инпут двигается, а zoomChange не срабатывает.