Topic: Problem when trying to embed a JuiceBox Gallery Pro
When inserting this code into a HTML page , nothing come up no gallery..Do I need to do anything else, My site is registered on a Wordpress site and is using a CSS Stylesheet, do I need to add anything to the stylesheet ?
This is the URL :
http://94.136.40.103/~davidfreemanphoto … test-blog/
Thanks
<!--START JUICEBOX EMBED-->
<script src="wp-content/Alfie/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'wp-content/Alfie',
containerId : 'juicebox-container',
galleryWidth : '800',
galleryHeight : '600',
backgroundColor: '#222222'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->