Newent & District Camera Club
When in a photo competition and moving through the images in full scree mode the title of the images do not show
When in a photo competition and moving through the images in full scree mode the title of the images do not show
For us it is difficult to handle feature requests like this, because some want to see only the image in fullscreen mode and some more information.
It may help you to use the browsers build in fullscreen mode, or only hide the vote controls (Shift + F).
You could also create custom css within your themes. It has to look something like this:
#lightbox.fullscreen-active #lightboxHeader { position: absolute; height: auto; } #lightbox.fullscreen-active #lightboxHeader label { display: inline-block; background: #080c17; border-radius: 0.5rem; padding: 1rem 1rem 0.5rem 1rem; }