react-youtube icon indicating copy to clipboard operation
react-youtube copied to clipboard

react.js powered YouTube player component

Results 87 react-youtube issues
Sort by recently updated
recently updated
newest added

if autoplay is true, and is mobile, automatically set mute first Because this is the only way to autoplay on mobile devices, if you think this is inappropriate, then log...

Enhancement
Help Wanted

Just made like in basic usage and got this error. Do you have any suggestion what the reason is. How it can be resolved? ![trace](https://user-images.githubusercontent.com/36852574/41348667-0ea1d3ee-6f16-11e8-90b7-ffa705a28a11.png)

Bug

Using React 18 I get the following error, using React 17 I don't get the following error. ``` Uncaught (in promise) TypeError: Cannot read properties of null (reading 'removeAttribute') at...

I am using 9.0.3 version. If I check the page with the lighthouse, then I receive such an error related to youtube - `Event.path is deprecated and will be removed....

I use component in my webapp from mobile. However when screen is blocked, the video pauses. Any ideas how to avoid this?

Recently when running Lighthouse test we started receiving warnings from this library third party dependencies saying that it uses deprecated APIs. ![Screenshot 2022-09-08 at 14 03 05](https://user-images.githubusercontent.com/46492012/189106567-6135241e-757b-48b1-8f4a-07baed55a451.png) This was captured...

How to take screenshot from youtube video for instance with html2canvas? Trying this code: `html2canvas(document.querySelector("#player")).then(function (canvas) { document.body.appendChild(canvas); });` However getting null from querySelector . Any ideas? Thank you in...

**Observation:** After integrating the react-youtube player, we observed that the onPlay and on Pause events seldom do not get triggered. We had put a simple console log statement to test...

I'm trying to use your [example](https://github.com/tjallingt/react-youtube#example) but I can't enable autoplay. I don't know if it's not working or I'm missing something... Check this [codesandbox](https://codesandbox.io/s/react-youtube-test-meq45g?file=/src/App.tsx). I'm using React + TypeScript...

Hello, I've been trying to remove the Youtube related video overlay when video is paused. it is so annoying if someone pause the video to take some notes and then...