lazy-progressive-enhancement icon indicating copy to clipboard operation
lazy-progressive-enhancement copied to clipboard

A lazy image loader designed to enforce progressive enhancement and valid HTML.

Results 4 lazy-progressive-enhancement issues
Sort by recently updated
recently updated
newest added

This breaks when multiple img elements with the same source are on a page

Figure out what browsers support this library and show it on the readme & website

See if supporting `video` tags would be feasible for the scope of this library

If I’ve read the code correctly, multiple `setInterval` timers are created (one per image). Could this be optimized? I’m not sure if this is a micro-optimization, but I don’t like...