vue-image-crop-upload
vue-image-crop-upload copied to clipboard
Reactive width and height
trafficstars
it would be nice if there was an option that can allow the user to change the crop width/height dynamically
it's possible.
:height="height" :width="width"
where height and width are data
@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.