Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save itsKnight847/24ab0d2ae4ea028693a79f559e66e7fd to your computer and use it in GitHub Desktop.
Save itsKnight847/24ab0d2ae4ea028693a79f559e66e7fd to your computer and use it in GitHub Desktop.
youtube iframe fix
add the following attribute:
allow="autoplay; encrypted-media"
example:
<iframe width="100%" src="https://www.youtube.com/embed/hCgokw_cmxA?modestbranding=1&autoplay=1&showinfo=0&controls=0&playlist=hCgokw_cmxA&loop=1" allow="autoplay; encrypted-media" frameborder="0" allowfullscreen=""></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment