Skip to content

Instantly share code, notes, and snippets.

@harishvc
Created October 9, 2014 06:32
Show Gist options
  • Save harishvc/14718d68ddd424d54c73 to your computer and use it in GitHub Desktop.
Save harishvc/14718d68ddd424d54c73 to your computer and use it in GitHub Desktop.
Howto embed a YouTube clip with autoplay, full screen and no related videos on a webpage?
<!-- YouTube options -->
<!-- https://developers.google.com/youtube/player_parameters -->
<iframe width=100% height=100% src="//www.youtube.com/embed/##something##
?autoplay=1&cc_load_policy=1&rel=0&showinfo=0"
frameborder="0" allowfullscreen>
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment