thanks yes, I think the file was open
Builder Pro is saving the html file
I'm getting error 'config file not found' when I open the html.index in the gallery folder
The config file is in the gallery folder, with jbcore, images and thumbs
What might I be doing wrong?
here is the html source:
<html lang="en">
<head>
<title>Juicebox Gallery</title>
<meta charset="utf-8" />
<meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="" />
<!-- START OPEN GRAPH TAGS-->
<meta property="og:title" content="Juicebox Gallery" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:description" content="" />
<!-- END OPEN GRAPH TAGS-->
<style type="text/css">
body {
margin: 0px;
}
</style>
</head>
<body>
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId: 'juicebox-container',
galleryWidth: '100%',
galleryHeight: '100%',
backgroundColor: 'rgba(34,34,34,1)'
});
</script>
<div id="juicebox-container">
<!-- Image gallery content for non-javascript devices -->
<noscript>
<h1></h1>
<p></p>
<p><img src="images/eagles_nest_1017_002_lowres.jpg" title="eagles_nest_1017_002_lowres" alt="" /><br>eagles_nest_1017_002_lowres </p>
<p><img src="images/eagles_nest_1017_005_drone_lowres.jpg" title="eagles_nest_1017_005_drone_lowres" alt="" /><br>eagles_nest_1017_005_drone_lowres </p>
<p><img src="images/eagles_nest_1017_010_lowres.jpg" title="eagles_nest_1017_010_lowres" alt="" /><br>eagles_nest_1017_010_lowres </p>
</noscript>
</div>
<!--END JUICEBOX EMBED-->
</body>
</html>