lazy-load icon indicating copy to clipboard operation
lazy-load copied to clipboard

Switch to jQuery.image

Open mjangda opened this issue 11 years ago • 2 comments

jQuery.image is probably a better option for handling lazy-loading and we can drop the dependency on sonar.

mjangda avatar Apr 03 '13 23:04 mjangda

Some alternate libs:

http://www.appelsiini.net/projects/lazyload http://luis-almeida.github.io/unveil/ https://github.com/aFarkas/lazysizes https://github.com/dinbror/blazy/

mjangda avatar Jun 17 '15 03:06 mjangda

I'm actually using a slightly modified version of this plugin on a site using the LazyLoad JavaScript from verlok. https://github.com/verlok/lazyload

I think if we switched to this script we could drop jQuery and sonar as well as add support for native lazyload fixing #19.

Thoughts?

BrookeDot avatar Jan 29 '20 09:01 BrookeDot