vue-image-crop-upload
vue-image-crop-upload copied to clipboard
Image streches when adjusting size
trafficstars
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? Thats a quick fix for me
Add the below style to upload.css file (should be in node_modules/vue-image-crop-upload)
.vicp-img{
max-width:unset;
}
Found this solution in some older issue here and it seems to be working