Topic: Embed problem with Adobe muse
Embed problem with Adobe muse
After embedding the code below, nothing will be shown in preview or local website.
What is wrong?
<!--START JUICEBOX EMBED-->
<script src="C:/Benutzer/ThomasKlinger/Bilder/galerie/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'C:/Benutzer/ThomasKlinger/Bilder/galerie/',
containerId : 'juicebox-container',
galleryWidth : '800',
galleryHeight : '600',
backgroundColor: '#222222'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->