Topic: Newbie problem with external gallery

I'm just staring out with Juicebox and I'm stuck right away.

My problem page is here:
http://www.ragandbone.ca/indexjuice.html

I've already got all the images on my website in a folder called "images" so I'm bumping into problems with the Juicebook "images' folder if I try to use the same folder for my page and my slideshow.

I made a separate folder "homeshow" within the location containing "indexjuice.html" and changed the embed code to read:
<!--START JUICEBOX EMBED-->
<script src="homeshow/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "600 px",
galleryHeight: "400 px",
backgroundColor: "rgba(252,242,204,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Nevertheless, all I get is a spinning preloader when I open my page.

Hope this is a simple mistake to fix.

Re: Newbie problem with external gallery

Okay; I got it! Just missed putting "baseUrl : 'homeshow/' in the code! Dough!

Re: Newbie problem with external gallery

I am glad you have solved your problem. Thank you for posting back to let me know.