Topic: embedding on a website with a side navigation
hi,
i would like to embed 5 juicebox galleries on a new website with a side navigation.
the website is defined with a minimum width of 1024 px, with an area of 180 x 700 px for the navigation.
but when i try to embed the galleries they start underneath those 700 px,
even with trying to use a margin of 180 px.
you can see the test version with test galleries in the first two sections here :
http://www.juicebox.luther-photography.de
i used this :
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
</script><div id="juicebox-container" style="margin: 180px;"></div>
<!--END JUICEBOX EMBED-->
did i "just" embed those incorrectly or do i need jquery for embedding those galleries ?
thanks and regards
martin