The Little Guy Posted October 24, 2010 Share Posted October 24, 2010 I am assuming this is JavaScript, but with Google's new image search, how do they load the images. There are lots of images on the page, but they don't load until you reach the image. how do they do that? Quote Link to comment https://forums.phpfreaks.com/topic/216718-loading-lots-of-images-on-one-page/ Share on other sites More sharing options...
nano Posted October 25, 2010 Share Posted October 25, 2010 There are a few nice jQuery plugins around to do that but one I like is called Lazy Load.. You can find it here: http://www.appelsiini.net/projects/lazyload It's a great way for optimisation as certain browsers can only make say 4-8 requests in parallel. Quote Link to comment https://forums.phpfreaks.com/topic/216718-loading-lots-of-images-on-one-page/#findComment-1126181 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.