appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

Incorrect iframe url #37

Open avalanche1 opened 4 years ago

avalanche1 commented 4 years ago

Hi! Thanks for the lib! I am using this inside a chrome extension. And the final iframe that the ModalVideo component produces looks like this: "//www.youtube.com/embed/P37IDOQ8jkI?autoplay=1&cc_load_policy=1&controls=1&disablekb=0&enablejsapi=0&fs=1&iv_load_policy=1&loop=0&rel=0&showinfo=1&start=0&wmode=transparent&theme=dark" I had to manually add 'https:' here https://github.com/appleple/react-modal-video/blob/f4878a00e03e94baad0b28c622a1868de5bffb2b/src/index.jsx#L76 to make it work.

Andreaa-Dev commented 2 years ago

I got the same issue