vvo / lazyload

:bullettrain_front: Lazyload images, iframes, widgets with a standalone JavaScript lazyloader
https://vvo.github.io/lazyload/
MIT License
938 stars 158 forks source link

inViewport is not defined #41

Closed yairEO closed 11 years ago

yairEO commented 11 years ago

where is the "inViewport" function?

vvo commented 11 years ago

It is defined as a dependency in bower.json.

If you plan on using lazyload without bower, use build/lazyload.min.js.

Is that sufficient for your needs?

yairEO commented 11 years ago

thanks