Hello I would like to know how to make the lightbox window larger for video links. I’m using a Masonry Gallery on the home page with “perfect grid”. Currently when I click on an image it opens a video to 900px wide, whereas I’d like it to be more around 1200px. But I don’t want mobile video effected, just want this change/function for desktop only.
Hey zebravision,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .mfp-iframe-holder .mfp-content {
max-width: 1200px;
}
Best regards,
Yigit
Thanks that has done the job, much appreciated!