dai-siki / vue-image-crop-upload

A beautiful vue component for image cropping and uploading. (vue图片剪裁上传组件)
https://dai-siki.github.io/vue-image-crop-upload/example-2/demo.html
2.08k stars 367 forks source link

FORKING THE CODE AND ADDING IT TO MY VUEJS PROJECT #249

Open MarcHajjar0 opened 2 years ago

MarcHajjar0 commented 2 years ago

hello guys, unfortunately the vue-cropper is not responsive on mobile so i was wondering if someone can help me on how to fork the code and adding it to my project. i already checked many resources but i keep on getting errors

Thank you.

lupinitylabs commented 1 year ago

I managed to get this component mobile-friendly by just overriding CSS.

One exception is the range input for the zoom, which strangely listens to mousemove events instead of just change events, most likely to have it update before the dragging stops.