Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to load images just when are needed? (jquery and js)

Tags:

jquery

like in this site: http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-lightbox-solutions/

it only loads the image when you are rally seeing it. This is something i would want to implement in my website. thanks

and a preloader if possible. i use jquery

like image 828
Totty.js Avatar asked Apr 01 '10 12:04

Totty.js


1 Answers

Lazy Load will load images only when you require them. Check out the Preload plugin for... you guessed it... preloading.

like image 186
Andy E Avatar answered Oct 07 '22 09:10

Andy E