-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Lazy Loading Emoji Imgs #68
Comments
Hi there, Im fine, thank you! Lazy loading emoji datasets? Or lazy loading imgs? |
Hello, what is the difference between emoji datasets or lazy loading images? It's a good idea lazy load on images. |
I mean, what your pain is, what do you wish to solve? For loading emoji dataset on demand, I think of something like: the user scrolls and emojis are being fetched as it scrolls on... For lazy loading images: I think of using the new flag on img tags for lazy loading images. |
This will be addressed together with #19. Currently thinking about using IntersectionObserver or now native lazy loading img support |
Hello Kevin, how are you? Very thanks for the upgrades of the plugin. I have a question, is there any possibility to add support on lazy load?
The text was updated successfully, but these errors were encountered: