pexea12 / vue-image-lightbox

A Vue component to display an image gallery lightbox
347 stars 80 forks source link

Is it possible to display a you-tube video with this? #44

Closed etewiah closed 6 years ago

etewiah commented 6 years ago

Thanks for this great component. Would appreciate any pointers on how to use it with a youtube video.

pexea12 commented 6 years ago

I don't think you can use it with a youtube video. My library is only an image lightbox. The html tag which is used to display images are img.

asterisx commented 4 years ago

I have created a PR for support of videos, the video player is a slot, so I think its possible to add youtube.

https://github.com/pexea12/vue-image-lightbox/pull/85