Topic: Juicebox Error: Config file not found. [SOLVED]
I'm trying to learn Juicebox-Lite prior to purchasing the Pro version and then getting Showkase
If someone could help me with my below problem, it will be greatly appreciated.
The gallery previews as I would like it when I view it locally after the publish/save step
I have placed the Juicebox folder in the public_html folder on my website and uploaded w/Filezilla
to the sam folder
The code I embedded:
<!--START JUICEBOX EMBED-->
<script src="/Juicebox/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
The page:
http://bakerracingpix.com/2016-clay-school.html
Thank you in advance for any and all help