Advertise here

jQuery Plugins Tagged ‘lazy load image’

gandul – Accessible Image Lazy Loading

April 19, 2019     515    
gandul – Accessible Image Lazy Loading

gandul is a lightweight javascript module that adds a different approach on lazy loading focusing on accessibility. 

  • Making you drop the src attribute of the image
  • Making you create a base64 data / low resolution blurred alternative version of the image
  • Including the img element into a <noscript> tag.

Read More »

yall.js – Fast, Flexible and Tiny Image Lazy Loader

October 04, 2018     1320    
yall.js – Fast, Flexible and Tiny Image Lazy Loader

yall.js is a featured-packed lazy loading script for <img><picture><video> and <iframe> elements and works with modern browsers.

Read More »

Lazyestload.js – Javascript Library for Image Lazy Loading

September 15, 2018     858     Scroll
Lazyestload.js – Javascript Library for Image Lazy Loading

Lazyestload.js is a tiny javascript library to load images only when they are in the viewport (lazy load).

Read More »

Lazy Loading Images and Video Techniques

April 05, 2018     1292    
Lazy Loading Images and Video Techniques

Lazy loading is technique that defers loading of non-critical resources at page load time. These non-critical resources are loaded at the moment of need. 

When we lazy load images and video, we reduce initial page load time, initial page weight, and system resource usage, all of which have positive impacts on performance. 

Read More »