vue-croppa icon indicating copy to clipboard operation
vue-croppa copied to clipboard

A simple straightforward customizable mobile-friendly image cropper for Vue 2.0.

Results 96 vue-croppa issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/24782123/43553927-2528c9dc-95fa-11e8-9fa9-36eb0c513a12.png) ![image](https://user-images.githubusercontent.com/24782123/43553936-306a54d2-95fa-11e8-9dfe-9a8ee4a09e10.png) Can I fix this somehow? I'm using semantic-ui, if this is useful info. But I've tried to create croppa without any other styles - same problem. My croppa...

When the initial image is loaded, the request to get its content does not contain the authentication information that my server needs. It may be due to the way the...

I found CORS Problem in your library. While uploading Avtar image there wasn`t problem. so when i was uploading photo from list of photo i had saved from gallary then...

There is such a question, but you can somehow turn on the grid as for example in this particular https://fengyuanchen.github.io/cropperjs/ the truth in this version should be a little pull...

enhancement

So it would be cool if you can get the image without the gray bars when promissing the blob. ![My canvas](https://user-images.githubusercontent.com/25006691/41153187-57ef5480-6b16-11e8-95ed-f2188f0305c8.png) I created another mixin to add the feature. My...

enhancement

手机上选择3M大小的图片在调用croppa.rotate()会卡死

enhancement

**This is my code to set a saved image** ![image](https://user-images.githubusercontent.com/1109279/41022598-4612aeec-6927-11e8-9b8f-330bd695182e.png) its works 👍 : ![image](https://user-images.githubusercontent.com/1109279/41022962-49925b5c-6928-11e8-8cb4-d51d54508590.png) but problem, this before save : ![image](https://user-images.githubusercontent.com/1109279/41022703-9973231e-6927-11e8-8b72-e3592ba0164c.png) **Error in this.myCroppa.generateBlob** : DOMException: Failed to execute...

I've one Croppa Component, but I save every v-model="croppa" when the user is creating a new picture. So how can I see the old original picture just by using the...

enhancement

和提交表单一样,提交成功后希望能清空表单数据,恢复初始化

waiting for feedback

Hi @zhanziyang, just wondering how to implement changing of initial image dynamically? Just like when you click a button the initial image will update, so on. This is working pen...