-
`
option: {
img: '',
size: 1,
outputType: 'png',
fixed: false,
fixedNumber: [16, 9],
autoCrop: true,
autoCropWidth: 320,
autoCr…
-
Hi, Norserium. When uploading images on mobile, if the image is not - almost - a square - as it is the case with pictures taken with a mobile camera - it defaults to landscape orientation, even if the…
-
我定义了一个宽高的盒子 但是把图片地址放进去以后图片在左上方 没有居中
-
nuxt环境下有成功使用了vue-cropper的大佬吗,可以看一下配置嘛,我照着文档做,还是不行
-
引入组件,用v-show根据变量显示vueCropper组件,在动态传入option.img发现初始化没有图,只有默认的格子背景图,再次点击后,会显示上一次图,但是剪裁框变成100x100了,不是初始化传入的尺寸了!后来我只能给css用visiable定义显示隐藏解决了问题。另外,我是方法里动态赋值本地img和显示隐藏此插件的,手机码字,忘记截图了,抱歉
-
Hi
how can I get result with double Click Or button on the image?
-
`canMove` property doesn't work in my environment.
`canMoveBox` property works well.
How should I do to use `canMove` property?
I read this [example](https://github.com/xyxiao001/vue-cropper/blob…
-
![image](https://user-images.githubusercontent.com/34082148/57861998-35517080-782a-11e9-9c63-560774fc422d.png)
我看dist文件有注释的地方
-
Not sure if it supports Nuxtjs, but I am getting SyntaxError Unexpected token . when I try to load a page,
I have built a very simple repo for this error.
https://github.com/sotisoti/cssloader_tes…
-
How can I use two vue-cropper components in the same vue page,i'm confused cause if i do that in usual way, img selected for second component will be added to the first component's :img property,and …