vue-easy-lightbox
vue-easy-lightbox copied to clipboard
Feature request, iframe support
Hi, Can you add Iframe support maybe add an extra slot for Iframe, so we can embed videos or other file to the lightbox. Thanks! I want to embed youtube videos or videos from Gdrive for showcasing videos on my website Btw, thanks for making such an amazing package. This package is the only package I know that support Vue3
Could not agree more! Would be really great! Even a custom slot to render it myself would work fine, too.
I would like to use SVG images in the lightbox, and this would meet that need.
@danielgregorywilson have you found any solutions for that?
@danielgregorywilson have you found any solutions for that?
No, just converted them to jpg for now.
@danielgregorywilson I came up with a css solution that was like this:
.vel-modal .vel-img-wrapper .vel-img {
width: 100%;
}