-
data() {
return {
cutterImg: '',
fixed: true,
fixedNumber: [160, 160],
option: {
size: 1,
full: false,
outputType: 'png',
…
-
Hello! Your plugin are very usefull but I have a problem. My Vuejs project listen `8000` port on `localhost`, and API listen `8001`. I get this error when I want to get my image from Database:
```
A…
-
xyxiao001您好,我这边截图以后为什么图片变大了很多呢,从1M变到了9.4M?
` `
-
-
**Module version**
nuxt:^2.11.0
@nuxtjs/vuetify:^1.9.1
**Describe the bug**
I do `npm run build` and `npm run start`.
console log :
` DOMException: Failed to execute 'appendChild' on 'Node': …
-
Hi,
I'm sorry if this question is already asked before, most issues are in Chinese and I can't read that..
When I upload an image and then delete the image (from my cropper), than apparently the…
-
I'm planning in using the cropper on a modal, the problem I'm having is that even tho the width is being respected of the modal, the height isn't. If the user selects an image bigger than the height o…
-
Очень хотелось бы видеть доп функционал кропилки в виде ограничения пропорциями сторон изображения.
Например в свойствах принимать либо коэфф типа `1.33(3)` или `16:10`
Также хотелось бы, чтобы кр…
ghost updated
4 years ago
-
It was working before, including the examples @Norserium made and I:
- https://codesandbox.io/s/vue-avanced-cropper-basic-f711u
- https://codesandbox.io/s/gallery-crop-rnk26
You select the image,…
-
i use the input file upload image, but when i set image = null, it remains the size of the square vue-advanced-cropper__image, what is the propper manner to reset the vue-advanced-cropper__area, vue-a…