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>