How can I get  the initial state to be a 'full page view of the first image' rather than the page of thumbs?
This applies to the Small view.
Thanks

toggleThumbs() will turn the thumbs off but not back on.
toggleAutoPlay() does not work at all.

When do you think you guys can have this repaired?

This is a mission critical block for me.

Thanks

3

(3 replies, posted in Juicebox-Pro Support)

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'

4

(3 replies, posted in Juicebox-Pro Support)

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,