Topic: suppress thumbnail bar in mobile [SOLVED]

Hi,
When writing an interface for mobile phones, I'd like to simplify the user interaction. I'd like to bypass the mobile thumbs bar that comes up initially and go directly to fullscreen or full window swipable photos. Is that possible? If so, how might I accomplish this?
Thanks,
<gary>

Re: suppress thumbnail bar in mobile [SOLVED]

You can skip the thumbnail page in Small Screen Mode (on mobile devices) and go straight to the first image in the gallery by setting showSmallThumbsOnLoad="FALSE" (in JuiceboxBuilder-Pro's 'Customize -> Thumbnails' section).
Alternatively (or additionally), you can set an initial image to be displayed in the gallery via firstImageIndex ('Customize -> General').
For reference, short descriptions of all configuration options can be found on the Config Options support page.

Re: suppress thumbnail bar in mobile [SOLVED]

Thanks a bunch for the quick reply, Steven! You've saved me a bunch of time!
<gary>

Re: suppress thumbnail bar in mobile [SOLVED]

You're welcome! I'm glad I was able to help.