Hi,

I am trying to have multiple galleries showing on my main page,
http://koheiart.com.
I created each gallery separately but I am having a trouble putting all together as you have on your demo page.
http://www.juicebox.net/demos/support/r … /gallery1/

All my files and folders is in one folder. And I copy the code to my index.html. The Galleries work individually but I can't seem to show as I see on the demo page.
http://koheiart.com/gameart/index.html
http://koheiart.com/gameenv/index.html
http://koheiart.com/pleinair/index.html

The following is my index.html. I wanted to try if I can embed one gallery. I appreciate if you can tell my problem.
<!--START JUICEBOX EMBED-->
<script src="gameart/jbcore/js/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
baseUrl : 'gameart/',
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
</html>

Otherwise, it is a great gallery!!

Thank you,

Kohei,