I have a responsive website with my galleries in the first (left) sidebar. The gallery images are responsive, but since I have set the "Gallery Height" to 650px the space between the main images and the thumbs (which are below the main images) becomes bigger and bigger as the browser width  becomes smaller (I have three fixed layouts, narrow, normal and wide + mobile). I thought I could use "Gallery Height"=100% if I set a container div (which contains the gallery, created in my case by Drupal) which has it height set to a  specific value for each of the four responsive layouts and also set "position: relative". But that didn't seem to work. I have also tried to set the css-settings for the classes "juicebox-container" and "jb-classifier-thumb-area", but to no avail.

I set the "Gallery Height" to 650px, because that works fine with my wide responsive layout and the image size.

How can I make the thumbs always to appear just below the main images, even if I use responsive design and the images get different heights (and widths) in the four different layouts? Some jQuery or maybe a simple setting that I have missed?

My current settings are like these:

themeUrl="/sites/all/libraries/juicebox/classic/theme.css"
showOverlayOnLoad="FALSE"
showAutoPlayButton="TRUE"
showAutoPlayStatus="FALSE"
enableAutoPlay="TRUE"
autoPlayOnLoad="TRUE"
autoPlayThumbs="FALSE"
enableLooping="TRUE"
imageTransitionType="CROSS_FADE"
displayTime="5"
imageTransitionTime="1"
imageHAlign="CENTER"
imageVAlign="TOP"
imagePadding="10"
buttonBarPosition="OVERLAY_IMAGE"
imageNavPosition="IMAGE"
captionPosition="OVERLAY_IMAGE"
thumbsPosition="BOTTOM"
thumbsHAlign="CENTER"
thumbsVAlign="TOP"
maxThumbColumns="3"
maxThumbRows="1"
thumbNavPosition="CENTER"
splashButtonText="Visa galleri"
splashShowImageCount="FALSE"
shareFacebook="FALSE"
shareTwitter="FALSE"

I am using the Drupal module Juicebox HTML5 Responsive Image Galleries (7.x-2.0-beta5)  together with Juicebox Pro 1.3.3. I try to set the pro setting autoPlayThumbs like this: autoPlayThumbs="FALSE". But I can't see any change - the thumbnails still autoplay. At the Drupal module support page they say that it can't be a an issue in the module. Is this a bug in Juicebox itself or do I misunderstand something?

And yes, all other pro settings seem to work. My pro settings look like these:

themeUrl="/sites/all/libraries/juicebox/classic/theme.css"
showOverlayOnLoad="FALSE"
showAutoPlayButton="TRUE"
showAutoPlayStatus="FALSE"
enableAutoPlay="TRUE"
autoPlayOnLoad="TRUE"
autoPlayThumbs="FALSE"
enableLooping="TRUE"
imageTransitionType="CROSS_FADE"
displayTime="5"
imageTransitionTime="1"
imageHAlign="CENTER"
imageVAlign="TOP"
buttonBarPosition="OVERLAY_IMAGE"
imageNavPosition="IMAGE"
captionPosition="OVERLAY_IMAGE"
thumbsPosition="BOTTOM"
thumbsHAlign="CENTER"
thumbsVAlign="TOP"
maxThumbColumns="3"
maxThumbRows="1"
thumbNavPosition="CENTER"
splashButtonText="Visa galleri"
splashShowImageCount="FALSE"
shareFacebook="FALSE"
shareTwitter="FALSE"
languageList="Visa tumnagelbilder|Dölj tumnagelbilder|Expandera galleri|Stäng galleri|Öppna bild i nytt fönster|Nästa bild|Föregående bild|Spela ljud|Pausa ljud|Visa information|Dölj information|Starta automatisk uppspelning|Stoppa automatisk uppspelning|Automatisk uppspelning PÅ|Automatisk uppspelning AV|Tillbaka|Köp denna bild|Dela på Facebook|Dela på Twitter|Dela på Google+|Dela på Pinterest|Dela på Tumblr|av"

I found it. It was a problem with choosing wrong View mode for the content type when setting this content type as "Available as block" (using the module Node Block).

Hi!

I downloaded the latest Juicebox Pro version (Juicebox_pro_1.3.3.zip) today. I use it with Drupal 7.26 and the Drupal Module Juicebox 7.x-2.0-beta5.

When I create a gallery everything seems to work. But I don't want the buttons and the caption to show up on every image change and I don't want the share-buttons. But when I change the Pro-settings nothing changes. (I have cleared the cache in both Drupal and the browser, and I am not using Javascript aggregation for the moment.)

The Pro settings I have are the following:

themeUrl="/sites/all/libraries/juicebox/classic/theme.css"
showOverlayOnLoad="FALSE"
showAutoPlayButton="FALSE"
enableAutoPlay="TRUE"
autoPlayOnLoad="TRUE"
enableLooping="TRUE"
imageTransitionType="CROSS_FADE"
displayTime="5"
imageTransitionTime="1"
imageHAlign="LEFT"
imageVAlign="CENTER"
buttonBarPosition="OVERLAY_IMAGE"
imageNavPosition="IMAGE"
captionPosition="OVERLAY_IMAGE"
thumbsPosition="BOTTOM"
thumbsHAlign="LEFT"
maxThumbColumns="3"
maxThumbRows="3"
thumbNavPosition="CENTER"
splashButtonText="Visa galleri"
splashShowImageCount="FALSE"
shareFacebook="FALSE"
shareTwitter="FALSE"
languageList="Visa tumnagelbilder|Dölj tumnagelbilder|Expandera galleri|Stäng galleri|Öppna bild i nytt fönster|Nästa bild|Föregående bild|Spela ljud|Pausa ljud|Visa information|Dölj information|Starta automatisk uppspelning|Stoppa automatisk uppspelning|Automatisk uppspelning PÅ|Automatisk uppspelning AV|Tillbaka|Köp denna bild|Dela på Facebook|Dela på Twitter|Dela på Google+|Dela på Pinterest|Dela på Tumblr|av"

In the HTML source code I only find the following Juicebox code:

<script type="text/javascript" src="http://xxx.com/sites/all/libraries/juicebox/juicebox.js?n22uxm"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
new juicebox({configUrl:'/juicebox/xml/field/node/9/field_gallery_images/full?checksum=e0a328b9d1f5397850234396265d0ca7',containerId:'field--node--9--field-gallery-images--full',gallerywidth:'100%',galleryheight:'100%',backgroundcolor:'#ffffff',themeurl:'/sites/all/libraries/juicebox/classic/theme.css'});
//--><!]]>

...

<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, ... "sites\/all\/libraries\/juicebox\/juicebox.js":1,"0":1,"sites\/all\/modules\/google_analytics ...}});
//--><!]]>
</script>

Shouldn't I find the pro settings somewhere here?

I have used an older version of Juicebox and Drupal 7 and there it seems to work fine. But actually I can't find the Pro settings there neither in the source code...

Do you have any suggestions? Is it a Drupal problem?

Best,
Bengt