Automattic / lazy-load

Lazy load images on your WordPress site to improve page load times and server bandwidth.

Home Page:https://wordpress.org/plugins/lazy-load/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to jQuery.image

mjangda opened this issue · comments

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

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?