Topic: Embedding problem
Hi,
I am using your software, pro version. It's fantastic, but I have a problem. I use the code below, but I can't see the gallery in my Joomla article. I put the juicebox_gallery into my local server, adding the appropriate code as requested in the embedding guide. Could you help me?
<!--START JUICEBOX EMBED-->
<script src="juicebox_gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
baseUrl : "juicebox_gallery/",
galleryWidth: "90%",
galleryHeight: "90%",
backgroundColor: "rgba(51,51,51,0)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->