Copy link to clipboard
Copied
Im trying to insert a few videos for my portfolio the index open through firefox
Copy link to clipboard
Copied
Upload to YouTube as described here HTML YouTube Videos.
This has the advantage that the correct video format is served while the data usage is carried by YouTube.
Copy link to clipboard
Copied
If you are hosting your own videos...
1. Convert your videos to MP4, all modern browsers support it. Here is an online converter: Online video converter to MP4
2. Next, make sure you are using the HTML5 Doctype: HTML5 Introduction
3. Then add the html5 <video> tag to your source code: HTML5 Video | HTML video Tag