Lazy-loading images

Get a speed boost by deferring loading images outside the viewport

Lazying loading images is a technique to boost your initial site loading speed. We accomplish this by deffering loading of any images that are off-screen.

Off-screen image detection

Tueri builds a buffer area off-screen and "listens" for images as they are scrolled into the buffer. Your images get loaded just prior to being scrolled into view.