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:

http://luis-almeida.github.io/unveil/


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -