dinbror / blazy

Hey, be lazy! bLazy.JS is a lightweight pure JavaScript script for lazy loading and multi-serving images. It's working in all modern browsers including IE7+.
http://dinbror.dk/blazy
MIT License
2.63k stars 356 forks source link

Fix transfering multiple images when using srcset #99

Closed m0uH closed 7 years ago

m0uH commented 8 years ago

Setting srcset attribute before src attribute on the img element, to prevent two images being transferred from Firefox and Chrome on hidpi displays. Also added srcset attribute to img preload.