Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #666496

    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.

    #667731

    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

    #667884

    Thanks that has done the job, much appreciated!

    #667977

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom lightbox size for Video’ is closed to new replies.