Skip to content

Instantly share code, notes, and snippets.

@ControlledChaos
Last active November 25, 2018 18:29
Show Gist options
  • Select an option

  • Save ControlledChaos/5454fe7614146a3446c9826369d4da3a to your computer and use it in GitHub Desktop.

Select an option

Save ControlledChaos/5454fe7614146a3446c9826369d4da3a to your computer and use it in GitHub Desktop.

Embed a Vimeo Video as a Background

HTML/API Snippet

<!-- Embed Vimeo video as background with no sound -->
<iframe src="https://player.vimeo.com/video/76979871?background=1" width="1280" height="720" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<!-- Embed Vimeo video as background with sound -->
<iframe src="https://player.vimeo.com/video/76979871?background=1&muted=0" width="1280" height="720" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment