Last active
November 19, 2024 13:31
-
-
Save nebadon2025/3143d837350ab443482b0f5a6faccd6b to your computer and use it in GitHub Desktop.
Full Screen Youtube Autoplay URL format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/embed/HH0zOJVOzxs?rel=0&autoplay=1;fs=0;autohide=0;hd=0;mute=1; |
Thanks, I added it in!
just checked - works fine without mute=1
@reb00ter autoplay with sound is not guaranteed to work. Some browsers have an autoplay policy to prevent spamming users with media. Basically it states that muted video can always autoplay, and the user can choose to unmute it by clicking on it. Autoplay with sound only works if the user has already engaged with the site before.
For more details check out Autoplay policy in Chrome
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For anyone who’s finding this off a Google search like me, you now need to add
mute=1
to the end of the URL for the autoplay to happen.