Search code examples
phpimageloading

PHP: download/display focused images


My page will have a lot of images, which will take a lot of time to load and will make it very slow, so my question is

how to make the page to download and display only the pictures that are being shown in front of you, exactly the same as performing image search with google, whenever you scroll it will keep downloading and displaying the focused images.

Thanks all.


Solution

  • Image lazy loading

    eg Lazy Load Plugin for jQuery (http://www.appelsiini.net/projects/lazyload)

    Demo: http://speckyboy.com/demo/lazy/index.html