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

    I’m having trouble using a video/lightbox within the Layerslider to do what I need:

    – How do I set the video lightbox to open to a larger size than the default (my video is 1280 * 720, but it opens at 640 * 360); I’d like to have it open at 960 * 540
    – How can I set the background to be darker/more opaque?

    #330631

    Hi michaelhiga!

    The settings for a vimeo video you need to adjust on your account at http://www.vimeo.com

    To set the background darker use this in the Quick CSS:

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader
    {
    opacity: 0.91;
    }

    Adjust “0.91” to “0.92”, “0.95” or whatever number you prefer. Have fun playing around with that.

    Best regards,
    Andy

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