Topic: Can't Hide Thumbnail

Please help:

Here is my config object
showSmallThumbs:false,
                showLargeThumbs:false,
                showThumbsButton:false,   
                showSmallThumbsOnLoad: false,
                showSmallThumbsButton: false,
                containerId : "juicebox-container",
                galleryWidth: "90%",
                galleryHeight: "90%",
                backgroundColor: "#222222",
                configUrl: "config_"+itemId+".xml",
                showImageNumber: false,
                buttonBarPosition: 'NONE',
                backButtonPosition:'TOP',
                backButtonText: 'Close',
                backButtonUrl: 'javascript:liveStore.closeDetails()',
                captionPosition:'OVERLAY_IMAGE',
                imageScaleMode:'SCALE',
                imagePreloading:'NONE',
                imageTransitionType:'SLIDE',
                enableLooping:true,
                autoPlayOnLoad:true,

Re: Can't Hide Thumbnail

You should set:

showThumbsOnLoad: 'false',
showSmallThumbsOnLoad: 'false',
showThumbsButton: 'false',
showSmallThumbsButton: 'false',

Your code is missing the showThumbsOnLoad entry and showSmallThumbs and showLargeThumbs are not valid Thumbnail Options in the current version of Juicebox-Pro (v1.3.2).

Re: Can't Hide Thumbnail

Thanks, Steven, but this still displays the thumbnails.



                                showThumbsOnLoad: 'false',
                showSmallThumbsOnLoad: 'false',
                showThumbsButton: 'false',
                showSmallThumbsButton: 'false',
                containerid:'juicebox-container',
                galleryHeight:'100%',
                galleryWidth:'100%',
                showImageNumber: 'false',
                showSplashPage: 'NEVER',
                showNavButtons:'false',
                autoPlayOnLoad: 'false',
                buttonBarPosition: 'NONE',
                backButtonPosition:'TOP',
                backButtonText: 'Close',
                backButtonUrl: 'javascript:window.close()',
                galleryTitle:'',
                captionPosition:'OVERLAY_IMAGE',
                imageScaleMode:'SCALE',
                imagePreloading:'NONE',
                imageTransitionType:'SLIDE',
                enableLooping:'false'

Re: Can't Hide Thumbnail

Make sure that you are using the latest version of Juicebox-Pro (v1.3.2).
Instructions on how to get the latest version and how to upgrade existing galleries can be found on the Upgrading Juicebox page.

Also, try clearing your browser's cache before reloading your gallery to ensure that your browser is fetching the most recent files from your web server.

If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.