The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser Video Tag

shutterstock_234378844
BLOG / Web Development

Cross Browser Video Tag

Video tag is the method of playing videos on web pages (without requiring a plug-in).

Browser Support

Video tag is already supported by all major browsers so it should be really easy to get it working cross-browser.

Code Example

You can use a Video tag like this:

<video src="tgif.vid" autoplay controls></video>

More Information

More information can be found here.