Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #631590

    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

    #632695

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.