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

    I have a page with an image- I want a user to click on the image and get a lightbox with a video- the video in this case is not a link to vimeo, youtube, etc but rather a custom emebed. How can I accomplish this?

    Thanks

    #494862

    Hey daniwaxman!

    Please add

    ?iframe=true

    to the end of your URL

    Best regards,
    Yigit

    #494926

    cool. Can I pass in any parameters to control the size of the lightbox?

    #495306

    Hey!

    No, that’s not possible but you can do it with CSS:

    .mfp-iframe-holder .mfp-content {
        max-width: 400px;
    }

    Best regards,
    Josue

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