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

getting problem in mozila firefox. #118

Closed pawanchauhan05 closed 7 years ago

pawanchauhan05 commented 7 years ago

visit www.bardanatrade.tk in both chrome and firefox browser. it is working fine in chrome but getting problem in firefox i.e. original images is not loaded instead of loading icon is appearing.

dinbror commented 7 years ago

Hey @pawanchauhan05

You're creating a new instance of blazy 4 times with the same selector "img". Instead only initialize it once, and call the public load function in the sliders callback

dinbror commented 7 years ago

@pawanchauhan05

Friendly ping. Still having issues?

dinbror commented 7 years ago

closing due inactivity