vue-image-crop-upload icon indicating copy to clipboard operation
vue-image-crop-upload copied to clipboard

Reactive width and height

Open trickstival-logcomex opened this issue 7 years ago • 2 comments
trafficstars

it would be nice if there was an option that can allow the user to change the crop width/height dynamically

trickstival-logcomex avatar Sep 26 '18 17:09 trickstival-logcomex

it's possible. :height="height" :width="width"

where height and width are data

uno2xx avatar Nov 15 '18 08:11 uno2xx

@uno2xx but can it be available in the component UI where user crop and see the preview so that user can crop the image with appropriate width and height. Or 'width' and 'height' can have default value 'auto' instead of 200 If a user wants to pass just one of the 'height' or 'width' so that image can be cropped with appropriate aspect ratio.

rpankaj avatar Apr 18 '19 11:04 rpankaj