hey guys , i just recently had the requirement of embedding a video on a website and i used the following syntax:
- <video width="100%" height="auto" loop="" autoplay="">
- <source src="">
- Your browser does not support the video tag.
- </video>
ofcource you can put the source in the source tag , now i have heard about fitveds.js etc .
Just wanted to know , what js had to offer as far as video is concerned, I had seen a similar thread posted a few days ago , but just could't find it.
what do you need to know to get started on vedio on the web ? is there more to it than just: