Set video on my website home pageTagged: HTML5This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago by Pavan.Viewing 3 posts - 1 through 3 (of 3 total)AuthorPosts September 3, 2014 at 7:50 am #5073 ShalabhParticipantI would like to run a product video on the entire page. Simply means it should be feel as the background of my home page. Can I do this? September 22, 2016 at 5:19 am #5219 Hirendra SisodiyaKeymasterHello,Full-screen playback is not currently part of the HTML5 specification. However most of the popular browser support full-screen playback.I would suggest you to use gif version if video is small. September 22, 2016 at 6:20 am #5221 PavanMemberI think that you can show a video as background with the help of some css and styling such as:<body> <div style="background:red;height:100px;width:100px;position:absolute""> </div> <video width="100%" height="100%" style="position:absolute; z-index:-1" controls autoplay> <source src="movie.mp4" type="video/mp4"> </video> </body> AuthorPosts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic.Log In Username: Password: Keep me signed inLog In