dinbror / blazy

Hey, be lazy! bLazy.JS is a lightweight pure JavaScript script for lazy loading and multi-serving images. It's working in all modern browsers including IE7+.
http://dinbror.dk/blazy
MIT License
2.63k stars 355 forks source link

Current project status #176

Closed DanielRuf closed 3 years ago

DanielRuf commented 5 years ago

Hi, what is the current status of this project? Is it still actively maintained?

NickLion commented 4 years ago

Late, but maybe would be useful for some people — obviously, it's abandoned. IMHO, right now it's better to use native lazy loading or if older browser support is needed (which is likely) use something like lazysizes to get better support with IntersectionObserver if it's supported.

amerikan commented 4 years ago

I don't think this is maintained anymore, looks like the last time a commit was made was about 4 years ago at the time of this comment. Here's a useful resource: https://web.dev/native-lazy-loading/

And here are additional js libraries that offer similar functionality that I found during my exploration: