Background Video
Background Video
Play video behind the other elements.
This is content.
On top of the player.
The player is hidden under other content and cannot be accessed.
body {
min-height: 56.25vw;
font-family: Roboto, "Helvetica Neue";
}
.background-player-wrapper {
position: relative;
display: inline-block;
width: 100%;
}
.background-player-wrapper p {
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
text-align: center;
padding: 1em;
margin-top: 4em;
}
.background-player {
position: absolute;
width: 100%;
z-index: -1;
top: 0;
left: 0;
}
.background-player .fp-ui {
display: none;
}
flowplayer("#player", {
src: "56058953-2cbd-4858-a915-1253bf7ef7b2/eedf1500-78f9-4249-977a-974445a09db3",
autoplay: true,
loop: true,
muted: true
})