-
Notifications
You must be signed in to change notification settings - Fork 2
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
UserCrop and MaxDimensions #18
Comments
To fix this you would just add a few lines to the user crop. I will do a PR depending on how the discussion goes but the code will look something like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What I expected usercrop to do was let you crop it out to a certain aspect ratio and then it will resize that crop to your preferred size.
Instead of getting my 800x600 image where the user has set the focus of the crop I get a user cropped image that is in 800x600 ratio but could actually be a lot larger like 1335x1000.
I'm not sure if it's implemented wrong or if there should be an extra setting for it which say "and then resize it to this size".
The text was updated successfully, but these errors were encountered: