You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The size paremter is set correctly.
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:
The size paremter is set correctly.
Related issue on flutter plugin end:
hnvn/flutter_image_cropper#398
Any ideas why this isn't working correctly for me?
Thanks
The text was updated successfully, but these errors were encountered: