lazyload-new
v1.0.0
Published
a lazyload plugin based on IntersectionObserver interface.
Downloads
1
Readme
Lazyload
a lazyload plugin based on IntersectionObserver interface.
how to use ?
var lazy = new Lazyload({
src:'data-src',// where is the real source
selector:'img[data-src]'
})
//sync after append new document
lazy.update();