Hi Steven,
Thank you for the in-depth reply. Much, much appreciated!
Let me just start by saying, I’m a coding newbie. So most of what I say here does have that as an overall limitation factor. :-)
But, that being said, I am working on my first complete website, fully coded from scratch, except for the use of my Juicebox photo galleries.
In all this, I’m dealing with, and learning ‘Media Queries’.
With my previous coding, both on my desktop, or with iPad Pro (using multiple windows), I can resize the browser window and the media queries kick-in and do there set modifications.
In trying out the sample demo on your site, ‘Top Left Alignment’, the gallery does resize visually to smaller main image, and clearly smaller thumb sizes, automatically. I assumed it was a media query thing, in the Juicebox gallery itself. Because that is what happens when I test my coded site pages on my iPad. They change their positioning, and such, as dictated there in the set media queries.
But it sounds like your telling me that it’s simply the iPad’s Safari browser that is reducing the resizing of the gallery elements, as a whole entity, within the page. Correct?
I do know that the iOS Safari scales stuff really well. I guess that’s what I was seeing?
Scenario #1: I’ll look at that as an option. Play around with it a bit and see what that gets me. Size percentages.
Scenario #2: Back to that previously mentioned ‘newbie’ thing. Haven’t learned java script or jquery yet. Still just on html and css. But hey, working on it. :-)
Note#2: Yes, that one I have been working with. Thinking that’s going to likely be my path to get what I need.
Final questions (I hope):
In the demo galleries, you show an ‘iPhone Simulation’ mode where it switches to a completely different look, switching between ‘full image view’ and then ‘only thumbnails’ view.
How does that transition kick-in? Is it a ‘media query’ created in the Juicebox CSS ‘styles’ output?
I see on the demo you list "setting the screen mode option to ‘Small’". Is that setting ‘Small’ or ‘Auto’ automatically locked into the Juicebox code when the gallery is created? Or is that something I need to set in my CSS media queries for different screen size variations? And if so, is there a transition size point that you recommend?
FYI, I am using all of my galleries embedded.
Thanks!
- Sol