Topic: Embedded Gallery not displaying [SOLVED]
Trying to embed a gallery in a WordPress post using an external gallery folder via baseURL, but it isn't displaying. It does, however, display when View in Browser is selected when saving the gallery. I pasted the code into, then out of my text editor, Atom.
Here's my embed code:
<!--START JUICEBOX EMBED-->
<script src="/JB_Singles/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseURL: '/JB_Singles/',
containerId: "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container">
<!--END JUICEBOX EMBED-->
Here's a link to the post:
http://www.puebloperiodically.com/portfolio/singles/
Using JB Builder-Pro ver.1.4.3
I thought I followed the embed guidelines (http://www.juicebox.net/support/embedding/) precisely, but may have missed something.
Any ideas?
Thanks
Mike