vivkay / fw-silent-auction

Silent Auction Page
0 stars 1 forks source link

disappearing images #1

Closed vivkay closed 8 years ago

vivkay commented 8 years ago

Hi @thomasjbradley,

I have some disappearing images! They work wonderfully locally, with terminal. But for some reason, the images aren't going up to GitHub.

This is what I'm seeing in terminal:

screen shot 2016-02-12 at 8 52 49 pm

This is what I see at the Github Link after synching:

screen shot 2016-02-12 at 8 52 56 pm

When I inspect them in the browser (from github), it says they are 0x20px. But when I try to add a height, nothing seems to happen. I'm confused as to why they would work so well on the localhost, and not on git? They are PNG's - each under about 50KB. Any ideas?

Thanks!

V

thomasjbradley commented 8 years ago

They're missing {{site.baseurl}} in front of their URLs. And, the baseurl inside _config.yml doesn't match your GitHub repo name.

vivkay commented 8 years ago

Perfecto! Thank you! :grinning: