Skip to content

Instantly share code, notes, and snippets.

@bonface221
Created April 18, 2024 13:49
Show Gist options
  • Save bonface221/d8878f81dcea0445c9d6e888214643f6 to your computer and use it in GitHub Desktop.
Save bonface221/d8878f81dcea0445c9d6e888214643f6 to your computer and use it in GitHub Desktop.
EMBED youtube without showing all the options
<iframe
src="https://www.youtube.com/embed/BYN_cVnP4fc?autoplay=1&mute=1&playsinline=1&loop=1&playlist=BYN_cVnP4fc&controls=0&disablekb=1"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment