We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my application I am working on the maximum zoom amount on an image so that it maps to 1pixel in source image at the maximum zoom.
I have noticed that if this value over 3 then I cannot use the scrollwheel to go beyond this point - although a range slider can break this maximum.
Ideally the component would use default props to set a minimum and maximum range and these could be overridden as required.
The text was updated successfully, but these errors were encountered:
PR submitted: #11
Sorry, something went wrong.
Released with https://github.com/ricardo-ch/react-easy-crop/releases/tag/v1.3.0
No branches or pull requests
In my application I am working on the maximum zoom amount on an image so that it maps to 1pixel in source image at the maximum zoom.
I have noticed that if this value over 3 then I cannot use the scrollwheel to go beyond this point - although a range slider can break this maximum.
Ideally the component would use default props to set a minimum and maximum range and these could be overridden as required.
The text was updated successfully, but these errors were encountered: