Hi:
I want a video to play when my page loads. And its ok if it keeps playing in a loop too. Is that possible?
I tried the following code. Replaced the type in bold with my video file name from server. It didnt work at all. I even kept the Position: relative and Overflow: Hidden
<video autoplay loop style="width:100%; height: auto; position:absolute; z-index: -1;">
<source src="http://syddev.com/jquery.videoBG/**assets/tunnel_animation.mp4**" type="video/mp4" />
<source src="http://syddev.com/jquery.videoBG/**assets/tunnel_animation**.ogv" type="application/ogg" />
<img src="http://syddev.com/jquery.videoBG/assets/tunel_animation.jpg">
</video>
Best
saaniya