How to put a background video loop on a website HTML/CSS

前端 未结 3 1397
情歌与酒
情歌与酒 2021-02-04 15:58

I\'m trying to put a video as a background video on my website. I\'ve researched a lot and it is not working and I don\'t know why.

On my html I have:

&l         


        
3条回答
  •  滥情空心
    2021-02-04 16:25

    this should work

       
    

    Also you should create a htaccess file/amend your htaccess file to include the following

       AddType video/mp4 .mp4 .m4v
       AddType video/ogg .ogv
       AddType video/webm .webm
    

    a helpful tutorial to doing this is here

提交回复
热议问题