DevTips / Parallax-on-the-Web-DevTips-

The code that accompanies the video series on YouTube called "Parallax on the Web" — https://www.youtube.com/playlist?list=PLqGj3iMvMa4IyCbhul-PdeiDqmh4ooJzk
345 stars 242 forks source link

Path in Windows (local test) #4

Closed sdhp closed 9 years ago

sdhp commented 9 years ago

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

travisneilson commented 9 years ago

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!

Amarkk commented 7 years ago

Aku bukan hackers