ressio / lazy-load-xt

Lazy load XT is a jQuery plugin for images, videos and other media
http://ress.io/lazy-load-xt-jquery/
MIT License
1.36k stars 245 forks source link

Feature-Request: Placeholder for lazyloadxt.bg.js #123

Open Daijobou opened 4 years ago

Daijobou commented 4 years ago

When image load fails, it should load a placeholder image set by another optional data-attribut.

short mockup $('<img>').load(function() { ... }).bind('error', function() { // set here a placeholder });