Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Load images when the user scrolls down the page -

I have been noticing a trend in blogs where the images don't load until you scroll down the page and the images appear in the view screen.

I imagine that this must be some sort of jquery magic, but after some googling I haven't been able to figure out how it works. Does anyone know how this is done?

EDIT: If you want to see an example of this behavior, check out the portfolios on behance.com

like image 678
Thomas Avatar asked Sep 16 '10 04:09

Thomas


1 Answers

It's achieved with the jQuery plugin Lazy Load.

also look at this question from the jquery forum

Look at a similar question Source: How to do the image fade-in effect upon scroll (like mashable.com)

like image 120
ACP Avatar answered Oct 21 '22 10:10

ACP