Thank you very much for this advice, it has worked perfectly!

Hello!

I'm struggling here and have spent nearly a day trying to get the gallery to embed! Can you help please.

I have done a site here in Muse

On this page http://alpinedescents.com/photo-gallery.html there is supposed to be ab embedded Jukebox gallery.

The gallery is working here http://alpinedescents.com/gallery/

This is my html code

<!--START JUICEBOX EMBED-->
<script src="http://www.alpinedescents.com/public_html/gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId: "juicebox-container",
baseUrl : 'http://www.alpinedescents.com/public_html/gallery/',
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->


Any advice much appreciated!

Tom.