I am beating my head against the wall... lol
I've searched through the forums and haven't found what I am looking for.
How do I make a slider gallery that is only the size of my image (no space on the bottom), and has NO thumbs?
Here is the webpage I am working on. www.tightworksportfishing.com
The two photos I am using (haven't created the others yet) are 1600 x 540. It doesn't fill the space and it has tons of space below it.
Also, I got rid of the thumbs... but it seems like its keeping the space there.
And, how do I get rid of the white blink between images?
Thanks in advance!
<script>
new juicebox({
baseUrl : 'index_gallery/',
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,0)"
});
</script>
<?xml version="1.0" encoding="UTF-8"?>
<juiceboxgallery
galleryWidth="1600"
galleryHeight="540"
backgroundColor="rgba(238,238,238,1)"
imagePadding="0"
captionPosition="NONE"
galleryFontFace="Georgia,serif"
textColor="rgba(51,51,51,1)"
captionBackColor="rgba(0,0,0,0)"
imageNavPosition="IMAGE"
imageShadowBlur="0"
galleryTitle="Gallery Title"
galleryTitlePosition="NONE"
buttonBarPosition="NONE"
textShadowColor="rgba(0,0,0,0)"
showAutoPlayButton="false"
showThumbsButton="false"
showOpenButton="false"
flickrShowDescription="true"
showExpandButton="false"
useThumbDots="false"
enableKeyboardControls="false"
showPreloader="false"
showImageOverlay="NEVER"
thumbsPosition="BOTTOM"
displayTime="2"
showSplashPage="NEVER"
topAreaHeight="0"
imageNavPadding="0"
navButtonIconSize="5"
enableAutoPlay="true"
useFullscreenExpand="true"
imageTransitionType="CROSS_FADE"
imageHAlign="LEFT"
imageVAlign="TOP"
screenMode="AUTO"
enableLooping="true"
maxThumbColumns="0"
maxThumbRows="0"
showThumbsOnLoad="false"
showSmallThumbsOnLoad="false"
showSmallThumbsButton="false"
thumbPadding="0"
thumbHoverFrameWidth="0"
thumbSelectedFrameWidth="0"
thumbShadowBlur="0"
autoPlayOnLoad="true"
showNavButtons="false"
>
<image imageURL="images/FightEpicFishingBattles.jpg"
thumbURL="thumbs/FightEpicFishingBattles.jpg"
linkURL="images/FightEpicFishingBattles.jpg"
linkTarget="_blank"
sourcePath="C:\Users\Amber\Documents\Sea Leveler\Site Design\Tightwork\Slideshow\FightEpicFishingBattles.jpg">
<title><![CDATA[FightEpicFishingBattles]]></title>
<caption><![CDATA[]]></caption>
</image>
</juiceboxgallery>