ControlledChaos
11/25/2018 - 6:18 PM

Embed a Vimeo Video as a Background

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>