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

Is there an option to keep the original size? #226

Closed Kresko2002 closed 4 years ago

Kresko2002 commented 4 years ago

Is there an option to keep the original size (for example original width) of the picture and just crop the aspect ratio no matter the size of the container?

Kresko2002 commented 4 years ago

vue-croppa.js

change var w = this.useAutoSizing ? this.realWidth : this.width; to var w = this.naturalWidth;