Use Video Loop as background

In order to play a video as a background-element of your webpage, you can realize that with a few easy configurations:

{
    dataid: 'your playout id',
    controls: false,
    autoplay: true,
    muted: true,
    loop: true
}

Example: https://codepen.io/3qgmbh/pen/YPPEBZM

Last updated