HTML/API Snippet
Last active
November 25, 2018 18:29
-
-
Save ControlledChaos/5454fe7614146a3446c9826369d4da3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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