• Resolved acuaron

    (@acuaron)


    Is possible to open images in masonry thumbnail gallery inside the content area of the page? I mean without filling the whole screen (in lightbox). So the image will open just in the content area and there will be still buttons “previous” and “next”, so you can list through the images and still see the menu and header of the web.
    Here is an example of what I mean:
    http://www.raymassey.com/portfolio/G0000my0ARYDFHqk
    Thanks for any answer.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @acuaron 🙂

    Unfortunately no that isn’t currently possible. Envira’s ligthbox will open in a model window to bring more focus to the image I’m afraid.

    May I assist with anything else?

    Thread Starter acuaron

    (@acuaron)

    Thank you for the answer. I have too more questions.
    Is it possible to remove the captions?
    Is there a way how to make the background of the lightbox white and not transparent?
    Thanks for any help.

    Hi @acuaron 🙂

    You can certainly hide the captions with CSS in the lightbox like this:

    div#envirabox-title {
        display: none !important;
    }

    If you want to change the background color of the lightbox, you can also do that with CSS as well:

    div#envirabox-overlay {
        background: none !important;
        background-color: rgba(0,0,0,.8) !important;
        opacity: .8 !important;
    }

    Does that help?

    Thnak you. I tried to add it in fancybox.css. The first code worked. The second did nothing.

    Hi 🙂

    Do you have a link where you could show me it in action – sounds like something is over writing it?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Question about lightbox’ is closed to new replies.