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
Doesn't work well:
div { width: 0; height: 0; overflow: hidden; }
In the cases above LazyLoad shouldn't trigger loading, but it does.
LazyLoad
Using IntersectionObserver would be a solution.
IntersectionObserver
The text was updated successfully, but these errors were encountered:
One more advice about IntersectionObserver #123
Sorry, something went wrong.
No branches or pull requests
Doesn't work well:
div { width: 0; height: 0; overflow: hidden; }
.In the cases above
LazyLoad
shouldn't trigger loading, but it does.Using
IntersectionObserver
would be a solution.The text was updated successfully, but these errors were encountered: