Bootstrap-Youtube-Popup-Player-Plugin
Bootstrap-Youtube-Popup-Player-Plugin copied to clipboard
It works but it's not responsive
+1
+1
ok no support is given so switching to http://ashleydw.github.io/lightbox/#single-youtube
If you want to make it responsive, you can comment line 65 of the JS:
resizeModal(options.width);
And use your own media queries to determine the modal width and height, for example using a responsive solution like this: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php