I’m wondering if there is any way to have fullscreen images from the gallery on the top
when images are clicked I get only a small lightbox. How can I have a fullscreen?
Thanks for the help
Hey Viramedia,
Thank you for using Enfold.
You can set that to full width but it might distort the image. Also, the lightbox container will probably exceed the browser viewport. Add this in the Quick CSS field:
.mfp-image-holder .mfp-content {
max-width: 100%;
width: 90%;
}
img.mfp-img {
width: 100%;
max-width: 100%;
height: auto;
}
Best regards,
Ismael