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
Looks like past overlays build up when lightboxes are closed.
I added the following code to the close function and it clears the last-created overlay:
$(".js_lb_overlay").last().remove();
The text was updated successfully, but these errors were encountered:
Would be better to re-use the overlay instead.
Sorry, something went wrong.
I have noticed this behavior as well. they start to pile up after you close and reopen.
No branches or pull requests
Looks like past overlays build up when lightboxes are closed.
I added the following code to the close function and it clears the last-created overlay:
$(".js_lb_overlay").last().remove();
The text was updated successfully, but these errors were encountered: