When I disable the splash screen for use with cell phones, a page with ALL the thumbnails is loaded, rendering them quite small.
If you find that many small thumbnails are displayed, then try scaling the content of your web page for mobile devices by adding the following <meta> tag to the <head> section of your web page:
<meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />The thumbnails look larger after clicking the Splash Page because, when the Splash Page is clicked, the gallery is expanded on a web page of its own (the 'full.html' web page from within the gallery's 'jbcore' folder) and this web page already has the <meta> tag from above in place.
When viewed on a cell phone, the images scroll side to side.
When a Juicebox gallery is displayed on a touch-enabled mobile device, Juicebox uses Touch Input Mode (rather than Mouse Input Mode). Please see the Input Mode support section for more information.
In Touch Input Mode, the imageTransitionType is always set to SLIDE (which is the transition which best fits with the swipe gesture for navigating between images).
The imageTransitionType can be set only for Large Screen Mode and Mouse Input Mode. This is noted in the short description for imageTransitionType in the Main Image section of the Config Options Page:
imageTransitionType: How to transition between images. Only applies for Large Screen Mode and Mouse Input Mode.
Unfortunately, there is no way to change the imageTransitionType on a touch-enabled mobile device. It will always be set to SLIDE.
If not, is there a way to bring that feature back to Juicebox someday?
Please feel free to post suggestions for future versions in the Feature Requests forum thread.
This keeps all the ideas together and ensures that they are not overlooked by the developers.
I do not know the likelihood of any suggestions being implemented but this is certainly the best place for all ideas.
Thank you.