Fixed set splashpage to NEVER

Hi,

If I set a heigh for the gallery to 50%or px amount on a parent div, it works on dekstop browsers but not on mobile phones. On mobile phones, the gallery is rendered static with hyperlinks to click to open the gallery (View Gallery).

If you go to http://rangerrom.com or http://rangerrom.com/books/

you can see this occur

I have tried creating a parent div, with inline style, does not work.


<section style="height: 50%;">
  ...juiceboxcode
</section>


or


<div style="height: 50%;">
  ...juiceboxcode
</div>

I also set this:
imageScaleMode: "SCALE",
galleryWidth: "100%",
galleryHeight: "100%",


So, it WORKS on desktops but not mobile phones, please can you assist with this. I have opened a support ticket as well.