zhanziyang / vue-croppa

A simple straightforward customizable mobile-friendly image cropper for Vue 2.0.
https://zhanziyang.github.io/vue-croppa/
ISC License
967 stars 128 forks source link

Keep image percentual proportion when resize container #223

Open franfoukal opened 4 years ago

franfoukal commented 4 years ago

I have to crop an image for a carousel in a form , the croppa container has 300*167 px (to fit the form). If i resize the output image with "quality" prop, the image quality is loss by strech it. There is a way that i can resize the container but no the output image?