Inserted HTML keeps getting removed!
-
I am trying to configure the maintenance page to play a video as the background. I inserted the HTML:
<video playsinline autoplay muted loop poster="noVideo.jpg" id="bgvid"> <source src="video.mp4" type="video/webm"> <source src="video.mp4" type="video/mp4"> </video>
as well as the CSS:
video { object-fit: cover; width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; }
It removes the HTML for the video and won’t keep it there. It only leaves behind the HTML to show the image (for when the video doesn’t load or is still loading) How do I fix this??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Inserted HTML keeps getting removed!’ is closed to new replies.