Okay
  Public Ticket #2810589
Video Lightbox
Closed

Comments

  •  13
    thecreativeblock started the conversation

    Hello,

    I am using the Video Lightbox to play a video from YouTube. When I press play, a dark overlay appears on the background surrounding the Lightbox. Is there an easy way to turn off that overlay? Thanks for any help you can provide.

  •  1,878
    Judith replied

    Hi There,

    Please try this css:

    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: -0.15;
    }

    Thanks.

  •  13
    thecreativeblock replied

    Thank you, Judith. That worked perfectly.