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

    How can I set the lightbox size for a video to 1280×720? I am using a custom link for the portfolio item like this:
    https://www.youtube.com/watch?v=QBegyXCQQJU?iframe=true here: http://chrisgallop.com/blog/#featured (Click on first two items).

    I tried adding &w=1280&h=720 in the url but wasn’t able to correctly format it?

    Please help, thanks!

    #685464

    Hi Rachel!

    Thank you for using Enfold.

    You can do that with a quick css modification. Please add this in the Quick CSS field:

    .mfp-iframe-holder .mfp-content {
        max-width: 1280px;
        height: 720px;
    }

    Cheers!
    Ismael

    #685540

    Perfect thank you!

    #686693

    Hey!

    No problem. Let us know if you need anything else. :)

    Regards,
    Ismael

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