Closed packytagliaferro closed 8 years ago
I have figure out that it only breaks in firefox when I pass two selectors in (#consumer-bg, #page). If I just use one it works, but I want to check for all the images in #page and the background image in #consumer-bg. When all those are loaded, then fire the functions. Is there another way of doing this??
Sorry to hear you are having trouble with imagesLoaded. Can you please provide a reduce test case. See Submitting issues guidelines
I am using imagesLoaded.js to wait for images before firing some events. It works great in Chrome and Safari but not in Firefox. Here is the code:
If I take my functions out of the .imagesLoaded the site loads fine. When they are in it, the preloader and other functions never fire.
Any ideas??