-
Notifications
You must be signed in to change notification settings - Fork 82
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
init-max-area with an aspect-ratio lower than 1 not working #81
Comments
Up ! |
create codepen, I will check |
CodePen : https://codepen.io/anon/pen/EOWwGv The behavior I am describing is only true if you upload a portrait image (height greater than width). |
ok, I see, i believe I know how to solve that. Will try to check it within few next days. You can also check if you want to. |
Awesome ! Thank you ! Btw, do you need help for maintaining the project ? |
Well, I don't have much time for public repos currently. Any PR is accepted if it not brake any of mine codepen. |
…than 1 not working
Fix issue #81 - init-max-area with an aspect-ratio lower than 1 not working
If the
init-max-area
binding is set to true and the providedaspect-ratio
in lower than 1 (portrait area required), theinit-max-area
is not applied and the crop area is positionned in the center not reaching neither the height nor width.I tried different things but nothing is working.
The text was updated successfully, but these errors were encountered: