-
-
在做一个模板和图片合成的效果,需要截图。但是偶现出现了页面的滚动条失效的情况,无法滚动。
是否有解决方案或者可以规避的方案?
谢谢~~
-
设定outputType失效,发现这行代码,
https://github.com/xyxiao001/vue-cropper/blob/master/src/vue-cropper.vue#L1567
`callback(new Blob([arr], { type: that.type || "image/png" }));`
这里的type是不是写错了
-
When I get the crop data and I have set the cropWidth = 200, cropHeight = 150, I get 400*300 cropped image.
```
cropperOptions: {
img: null,
size: 1,
full: false,
…
-
_Thank-you for porting cropper.js over to Vue!_
When using the vue component, I notice it ignores the parent dimensions, and forcefully overflows. Example below:
![image](https://user-images.git…
-
像微信头像裁剪那样,周围是黑色透明的,用户就知道我是要移动图片,不然,一进去周围黑色的,很多人不知道是可以移动的
-
//import Cropper from 'cropperjs'
// import FileUpload from 'vue-upload-component'
这两地方的引入没有找到component在哪里
-
- Laravel Mix Version: 1.4.2
- Node Version: 6.11.2
- NPM Version: 3.10.10
- OS: Windows 7
### Description:
There is a problem with connecting and using jQuery plugins (Owl Carousel 2). Th…
-
初次裁剪成功!当清除数据重新加载页面就会出现裁剪失败,但是重新触发两次图片上传又可以进行裁剪!裁剪是自动裁剪
-
Trying to use vue-avatar-cropper in nuxtjs project. After including it as local or global component nuxt returns an error:
![image](https://user-images.githubusercontent.com/11944311/44572730-70d478…