abhinayrathore/Bootstrap-Youtube-Popup-Player-Plugin

It works but it's not responsive

Opened this issue · 4 comments

It works but it's not responsive

+1

ok no support is given so
switching to http://ashleydw.github.io/lightbox/#single-youtube

sifro commented

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