ok. sort of works - still cropped, but way better.
- if i make an image of say 250x250px as the splash image and there is more space on the phone left than that, will the image be interpolated to be bigger and fill up the remainig space, or always stay the original size?
- if i want to change the font of the splash page, i change ".jb-splash-info h3" and "a.jb-splash-view-glry" in theme.css, right?
does that affect any other typography as the first class is also called h3? or does it really only concern the splash page?
the color property of "a.jb-splash-view-glry", didnt seem to change the color of the "view gallery" text. does something else influence that? i only tried on one phone though.
and what do ".jb-splash-info", ".jb-splash-info p" and "p.jb-splash-desc" do?
- if i define the splash images in the juicebox-interface for each gallery, can i still use one external jbcore folder or is the splash page address defined in this folder and each gallery needs its own jbcore folder to find its own splashimage?
------------ new question - should i move it to new topic?
the splash page on an iphone 5 is positioned as this image shows .
on loading, the writing at the bottom is cut off (step1). i can then scroll inside the splash image to show all of the writing (step2).
but then the splash page is still cut off at the bottom. the amount thats missing at the bottom is exactly the amount, that the adress bar of the browser uses, when i choose to have it displayed (step3).
the juicebox-container is inside a div, so i dont know, if the problem is safaris rendering of the div or the splash itsself.
the divs properties are:
#right {
position: absolute;
top: 0;
left: 10rem;
right: 0;
bottom: 0;
overflow: auto;
}