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
cool. Can I pass in any parameters to control the size of the lightbox?
Hey!
No, that’s not possible but you can do it with CSS:
.mfp-iframe-holder .mfp-content {
max-width: 400px;
}
Best regards,
Josue