vue-easy-lightbox icon indicating copy to clipboard operation
vue-easy-lightbox copied to clipboard

Feature request, iframe support

Open dingkai031 opened this issue 3 years ago • 5 comments

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

dingkai031 avatar Oct 06 '21 04:10 dingkai031

Could not agree more! Would be really great! Even a custom slot to render it myself would work fine, too.

jimping avatar May 27 '22 22:05 jimping

I would like to use SVG images in the lightbox, and this would meet that need.

danielgregorywilson avatar Aug 15 '22 18:08 danielgregorywilson

@danielgregorywilson have you found any solutions for that?

aliwesome avatar Apr 19 '24 11:04 aliwesome

@danielgregorywilson have you found any solutions for that?

No, just converted them to jpg for now.

danielgregorywilson avatar Apr 19 '24 22:04 danielgregorywilson

@danielgregorywilson I came up with a css solution that was like this:

.vel-modal .vel-img-wrapper .vel-img {
    width: 100%;
}

aliwesome avatar Apr 20 '24 10:04 aliwesome