ivopetkov / responsively-lazy

Lazy load responsive images and HTML
https://ivopetkov.com/responsively-lazy/
1.1k stars 43 forks source link

Fallback when image error #24

Open grndis opened 7 months ago

grndis commented 7 months ago

Hello, I tried your lazyload script. I used vanilla lazyload before, and in vanilla lazyload, there is an option callback_error that can be used for a fallback function when an image fails to load. Is it possible to do the same with this script? Thank you