Tagged: video lightbox
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?
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