react-modal-video
react-modal-video copied to clipboard
Accessible React Modal Video Component
react-modal-video is not getting installed in React 18, so kindly update react-modal-video to work in latest version of React.
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...
Hi! I have been working with definitely typed with this package. And, I don't see the actual code that implements the prop autoplay as is used in the Functional Component...
Goal was to upgrade to the latest react. - I had to remove nightmare because kept wanting to install Electron, wouldn't work with it included - moved babel/cli/core to supported...
Hi, Do you have a plan to update this package to the latest react version?
When using keyboard to tab, user cannot tab into iframe to control video.
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Hi! Is there any prop like controls="0" / controls=false to hide controls on custom url modal?? This two are not working
How to properly handle provider with SSR ? I'm having this throwing error. > ReferenceError: window is not defined at new ModalVideo (react-modal-video/lib/index.js:35:76)
On Vimeo, unlisted videos may be played using the URL format `https://vimeo.com/[video_id]/[unlisted_hash]`. It would would be great if an `unlisted_hash` could be passed in to allow for this.