Hi there,
got a question regarding the “ilightbox” fullscreen functionality:
Q) When entering into the fullscreen mode in ilightbox ….surprisingly! the image displayed is SMALLER than when viewed in in NON-fullscreen? Why would this be useful to the user? Surely, the idea behind fullscreen is to show the item at the largest size possible?
How can I ensure my lightboxed images – when in fullscreen mode are bigger than the current default size? IE: edge to edge with a small amount of padding?
From my child theme I have managed to re-size the full screen image:
.ilightbox-fullscreen div.ilightbox-container{
height: auto !important;
width:100% !important;
}
But re-positioning it is a problem as I can see this is being dynamically generated via the JS.
Any help would be appreciated?