javascript - How to load images after i scroll to that section of page? -
i want load images give them wow-effect after i'd scrolled down section of page. try this site. , scroll down, you'll see images loaded after page has been scrolled section. i'm sure that's not lazy-loading in jquery. how can ?
i tried searching on google, couldn't exact/related name tried/searched for.
how can achieve same?
thanks
it's called lazy loading.
here's tutorial:
http://css-tricks.com/snippets/javascript/lazy-loading-images/
here's jquery plugin:
Comments
Post a Comment