Topic: embedd problem
Hi.
I am trying to embedd my gallery.
I have done the following:
1. Created a folder on my pc called gallery.
2. created the gallery with juicebox lite and saved all contents into the gallery folder.
3. uploaded the gallery folder to my root and added the below code:
<!--START JUICEBOX EMBED-->
<script src="/gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl: '/gallery/',
containerId: 'juicebox-container',
galleryWidth: '100%',
galleryHeight: '600',
backgroundColor: 'rgba(0,0,0,0)'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
The gallery will still not show. Is there something I have missed?
Thanks
Steve