Skip to content

Instantly share code, notes, and snippets.

@jasonleewilson
Last active November 20, 2021 08:39
Show Gist options
  • Save jasonleewilson/ba3147b316f11c80da7061bb8455c5bb to your computer and use it in GitHub Desktop.
Save jasonleewilson/ba3147b316f11c80da7061bb8455c5bb to your computer and use it in GitHub Desktop.
HTML - YouTube-iFrame-Crossbrowser
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZfmklyN_mlw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen="allowfullscreen"
mozallowfullscreen="mozallowfullscreen"
msallowfullscreen="msallowfullscreen"
oallowfullscreen="oallowfullscreen"
webkitallowfullscreen="webkitallowfullscreen">
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment