The code that accompanies the video series on YouTube called "Parallax on the Web" — https://www.youtube.com/playlist?list=PLqGj3iMvMa4IyCbhul-PdeiDqmh4ooJzk
Using the latest 0.3 Version on a Windows7 machine I had some trouble testing locally.
I figured out that I needed to change the paths to the img src's in index.html from
Thanks for pointing this out, there are some pull requests that fix this issue ready to be accepted soon. I'm glad you are looking into these things for us! Keep on hacking!
Using the latest 0.3 Version on a Windows7 machine I had some trouble testing locally. I figured out that I needed to change the paths to the img src's in index.html from
src="/images/..." to src="images/... "
and in style.css the background-image urls to
background-image: url('../images/...
But now works like a charme as expected
Thx Travis