Skip to content

Instantly share code, notes, and snippets.

@bright-spark
Created September 8, 2022 14:21
Show Gist options
  • Save bright-spark/d9a689b5d75bae9489bf9d638589560c to your computer and use it in GitHub Desktop.
Save bright-spark/d9a689b5d75bae9489bf9d638589560c to your computer and use it in GitHub Desktop.
YouTube No Cookie Embed
<iframe id="ytplayer" type="text/html" width="480" height="270" src="https://www.youtube-nocookie.com/embed/?listType=playlist&list=PLuWIxgNYqm0lJH4UKIFrZnyfjpnRGsxdr" frameborder="0" allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; geolocation" loading="eager">
html,
body,
iframe {
margin: 0;
padding: 0;
height: 100%;
}
iframe {
display: block;
width: 100%;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment