Topic: Large image not displaying...thumbs only
I had that xml config issue that I've seen before ...
So, looked at previous info and posts... and got that part to go away, (see my code)... but now there is no large image displaying... but a HUGE black box with thumbs visible underneath.
<!--START JUICEBOX EMBED-->
<script src="/scan/gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
baseUrl : '/scan/gallery/',
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Here is the link... (yes, it is in a separate folder -- so it is INSIDE scan folder (subdomain), with code residing on that index.html page - so maybe that is causing some kind of issue?
My steps:
I placed a folder called gallery inside the scan folder.
I published the gallery to this folder.
I reworked the code snippet based on what I read, so maybe it's something simple to fix. (See above)
Hope you can help... need this to be live asap.
IMAGE SIZE QUESTION:
Also... note my image sizes are "max of 1024 x 427", AND the originals ARE that size... so, they were all very horizontal... again, not sure if that makes a diff either.
Caption question... I forgot that I cannot do captions for the LITE version... is it too late to change the file names on the images themselves, to reflect better captions... OR, can I HIDE the file names altogether?
thanks again...