-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cropper Overflow on Web with all 4 WebViewMode #529
Comments
Same problem here. |
same issue for me too |
same issue on smaller monitors or after resizing the window. I reduced the likelihood of this problem by specifying in the WebUiSettings size: const CropperSize( One potential solution might be to embed the cropper in a ListView to handle resizing better |
I have a workaround that seems to fit most screen sizes, but its not perfect.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried all 4
WebViewMode
s and none of them resize the copper to fit. Am I misunderstanding what this does? Is there a better way to constrain the cropper to fit on the screen?The text was updated successfully, but these errors were encountered: