I have this code:
div class="container" is="dmx-background-video" id="bgvideo1" src="assets/video/video-bg-1.mp4"
but it doesn't work
page: orangeweb.it is available for purchase - Sedo.com
why ?
I have this code:
div class="container" is="dmx-background-video" id="bgvideo1" src="assets/video/video-bg-1.mp4"
but it doesn't work
page: orangeweb.it is available for purchase - Sedo.com
why ?
Well, your container you are applying the video to does not have any height set.
How do you expect to see a video which has a height of 0px?
I try class=“container h-75” but it doesn’t work
How can I set height container ?
Mirko,
You need to style your container, where you apply the background video to.
h-75 puts a height of 75%. Your body and HTML tags are 0px high. 75% of 0 is 0.
ok. solved. Thank you