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
Example:
api.setAspectRatio(crop.width / crop.height); api.setMinSize([crop.width, crop.height]);
The text was updated successfully, but these errors were encountered:
I had a sneak peak at the source code and found a 'setOptions' method that looks like it'll take any of the initialization options and override them.
For example:
api.setOptions({aspectRatio: 1});
Sorry, something went wrong.
yep I used that to declare I only wanted north and south handles. I thought the default 8 handle setup was dated and ugly
Ended up using that same method. =]
No branches or pull requests
Example:
The text was updated successfully, but these errors were encountered: