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
When I open crop image in bootstrap, its working fine (image 1).
Image 1
But when I close model (by pressing close button) mode goes close but crop selection still there. Please refer image 2.
Image 2
I can drag selection area after that and it change values as well. Please refer image 3
Image 3
The text was updated successfully, but these errors were encountered:
$('#your-image').imgAreaSelect({ remove: true });
Sorry, something went wrong.
If you instantiate with ias = $('#your-image').imgAreaSelect({ handles: true, ... more options ... }); you can also
ias = $('#your-image').imgAreaSelect({ handles: true, ... more options ... });
ias.setOptions({hide: true});
No branches or pull requests
When I open crop image in bootstrap, its working fine (image 1).
Image 1
But when I close model (by pressing close button) mode goes close but crop selection still there.
Please refer image 2.
Image 2
I can drag selection area after that and it change values as well. Please refer image 3
Image 3
The text was updated successfully, but these errors were encountered: