/ Published in: HTML
Of course you can specify individual codecs within the `type` attribute.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<video> <source src="movie.mp4" type="video/mp4" /> <!-- safari, ie, et al --> <source src="movie.webm" type="video/webm" /> <!-- chrome, firefox, opera --> </video>