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 355 forks source link

img has no min-height will not load #155

Open yuanjianhua opened 6 years ago

yuanjianhua commented 6 years ago

img has no min-height will not load

so, must add alt or title or add css img{ min-height: 1px}

fourstacks commented 6 years ago

Thanks for this. I was noting the same issue since updating to Chrome 60. Basically it appeared as though Blazy wasn't triggering at all anymore. Setting the image min-height to 1px as @yuanjianhua suggests fixed this issue for me

egor-xyz commented 6 years ago

Thank you! Found bug on production