Topic: Multiple Galleries on Separate HTML Pages
I try it, but with a problem.
<div id="header">
<a href="gallery1/index.html">Gal1</a> | <a href="gallery2/index.html">Gal2</a>
</div>
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
<div id="footer">This is the footer.</div>
In gallery1 and in gallery2, I have : images, thumbs, config.xml, index.html
In the root folder mygallery, i have folders gallery1, gallery2, jbcore, and index.html
When I click on index.html in mygallery, I see: Juicebox Error: Config XML file not found.
If possible, can you explain how to do it perfectly? I'm only a newbie...
Thanks in advance.