+ 1
Can we add background video from css in our webpage?
4 ответов
+ 4
yes
<video autoplay class="test">
<source src="test.mp4" type="video/mp4">
</video>
css👇
.test{
position:fixed;
min-width:100%;
min-height:100%;
}
+ 2
please dont do that....
nobody likes moving backgrounds...
it will be hard to concentrate on the foreground
+ 1
thanku rai sahab
+ 1
well thanks for that suggestion brains. I'll do it. But I was only trying to know about that though it's a part of css