Site logo

Archived topic

GenerateBlock Container Video

1 reply · Started by Ree on November 18, 2021

Viewing posts 1–2 of 2

I tried to add this html into the container but an alert came out : this block contains unexpected or invalid content. Am I adding it correctly?

<video loop muted autoplay poster="URL/TO/poster.jpg" class="background-video">
    <source src="URL/TO/video.mp4" type="video/mp4">
    <source src="URL/TO/video.webm" type="video/webm">
    <source src="URL/TO/video.ogv" type="video/ogv">
</video>
This archived topic is closed to new replies.