athletics / particles

Particles.js with multiple images
7 stars 14 forks source link

No images displayed #1

Open awestmoreland opened 8 years ago

awestmoreland commented 8 years ago

This looks to be exactly what I need, but I'm only seeing a blank, pink page (no errors). Do you have a working version online somewhere? Thanks!

jp1971 commented 8 years ago

@awestmoreland You'll need to instantiate a web server in the root to see this working. To verify, I just cloned the repo, cded into the root and then ran http-server to start the default Node.js server installed previously with npm install -g npm-server. Everything was working as expected. Depending on your OS and machine (OS X, for example), you could do the same thing with PHP using php -S localhost:8080.

Let me know if that does the trick.

awestmoreland commented 8 years ago

Hmm, I was using python -m SimpleHTTPServer, but I'll give it a shot with MAMP. Thanks for the quick feedback!

awestmoreland commented 8 years ago

Turns out it works fine in Chrome. Just not in FF (44).

wdavidw commented 6 years ago

I confirm that it is not working in Firefox 59