Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.57k stars 884 forks source link

size: "original" not being honoured in result method call #786

Open jimmyff opened 1 year ago

jimmyff commented 1 year ago

I'm using this in a flutter app, and I've added size: "original" to the croppie result method call however the image is still being resized to the viewport size rather than the very large input file.

Here shows the debugger paused at breakpoint at time of cropping: Screenshot 2023-02-14 at 11 00 09 The size paremter is set correctly.

Related issue on flutter plugin end: https://github.com/hnvn/flutter_image_cropper/issues/398

Any ideas why this isn't working correctly for me?

Thanks

Painwraith commented 1 year ago

I have the same issue. Unfortunately wasted a lot of time attempting to integrate this with Flutter Web. Currently seeking other options.