loading-attribute-polyfill
Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute. (by mfranzke)
Glide.js
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more (by glidejs)
loading-attribute-polyfill | Glide.js | |
---|---|---|
4 | 14 | |
618 | 7,470 | |
0.3% | 0.4% | |
1.5 | 5.4 | |
21 days ago | 3 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
loading-attribute-polyfill
Posts with mentions or reviews of loading-attribute-polyfill.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-22.
- The best approach to lazy load images for maximum performance
-
Improving your web performance
If you want to know which browsers accept this new attribute you can check it out at CanIuse In case most of your users use a browser that doesn't have this attribute implemented yet you can always use a polyfill, I recommend this Polyfill
-
Native lazy-loading of images with zero Javascript
Browsers that do not support the loading attribute simply ignore it without any side-effects. Fortunately, there is a polyfill at Github available named loading-attribute-polyfill which can be used in those cases.
-
🔥 Native lazy loading is here!
I recommend using a polyfill in addition to this: https://github.com/mfranzke/loading-attribute-polyfill
Glide.js
Posts with mentions or reviews of Glide.js.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-25.
-
Top 10 React Carousels to Use in 2025: User-Friendly and Efficient
GitHub: https://github.com/glidejs/glide
-
Trying to remember the name of a library...
I bet it's https://glidejs.com/
- Backend dev with a frontend question
-
JavaScript Libraries For Creating Awesome Carousels
3. GlideJS
- Can you recommend an easy to use "Steam-like carousel"? -
-
3 Lightweight JavaScript Carousel Libraries
glidejs.com
- Suggest any Library to achieve something similar.
-
Beginner Questions
That's a "slider" or "carousel". Good plugins for this are Glide, or TinySlider. Also understand if you put actionable content (links/buttons etc) in a slider, don't expect users to interact with it: https://shouldiuseacarousel.com
-
Library for slider
I've been looking for one too, and came across this: https://glidejs.com/
-
Creating a Vacation themed website using TailwindCSS
To get the slider working, you can use the dependency free library GlideJs or you can make use of Slick that depends on Jquery.