He Rattus, as you have recommended CSS settings for (permanent) titles below thumbnails in Phantom gallery:
gmPhantom_ThumbContainer {
padding-bottom: 35px !important;
}
.gmPhantom_ThumbLabel {
top: auto !important;
color: #222 !important;
background-color: #ffffff !important;
bottom: 0 !important;
}
this didn’t work properly with my WeaverII theme, I had to append this:
img.landscape, img.portrait {
height: 100% !important;
}
Now I will try to modify CSS for lightbox so that it shows permanent titles below images as well…