advanced-nova-media-library icon indicating copy to clipboard operation
advanced-nova-media-library copied to clipboard

way to add width and height of image in cropper

Open saqueib opened this issue 4 years ago • 1 comments

I want to add width and height of cropped image, is it supported. I did checked https://github.com/timtnleeProject/vuejs-clipper#clipper-basic but there is no option for it.

I don't want to use conversion from media library since it will create a new image, If I can just set the size I want in crop and image is resized that will be great.

saqueib avatar May 06 '20 16:05 saqueib

Have anybody found solution for this problem? Only now except vuejs-clipper we are using vue-advanced-cropper https://advanced-cropper.github.io/vue-advanced-cropper/components/cropper.html#props After some research I found that the croppingConfigs method is related only to stencil-prop single property of vue-advanced-cropper component. Where that prop is for aspect ratio. There is another property called stencile-size that is related as the name says to stencile size but advanced media library croppingConfigs doesn't affect that property.

bogdan-kocic avatar Apr 10 '23 12:04 bogdan-kocic