Answer the question
In order to leave comments, you need to log in
How to overlay a regular table or make a grid of divs on the html5 player?
There is a video element
<video autoplay loop class="bg-video">
<source src="https://d2v9y0dukr6mq2.cloudfront.net/video/preview/abstract-rainbow_wjpctkdes__PM.mp4" type="video/mp4">
</video>
Answer the question
In order to leave comments, you need to log in
Place the video element in a wrapper (eg div) with css position : relative
Inside the wrapper after the video place an element with your grid with css position : absolute; top:0; left:0; width:100%; height:100% and set the z-index to provide a position above the video.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question