Hi im using the toolset gallery block- however when viewed on a mobile phone (iphone at least) in landscape mode onlt the thumbnails get impossibly small after you launch the first image into its modal slide show mode
I imagine i might be able to write a css media query to target this but i dont have any tools that let me look at the DOM in mobile horizontal mode so i can see what to target
If you are using Chrome on a pc you can preview your page in a mobile type view so that you can inspect the DOM. See Screenshot
Beside Elements you will a button looking like a mobile, just click this and it will allow you to preview the page as a mobile.
However to target the images in the light box popup, you should use the class "lb-image". This is what is attached to the image.
Please let me know if you were able to modify the image dimensions using this class. I also recommend taking a look at how to write the media queries for mobiles as to not make any changes for the desktop preview of the site.
Some background information on this can be found below. The article should be able to guide you on how to setup the media queries for the various mobile devices. hidden link
My issue is resolved now - or at least on the way. I was good on the media query part but didnt know about the viewport settings in developer tools. So that was what i needed