/ Published in: HTML
Of course you can specify individual codecs within the type attribute.
Expand |
Embed | Plain Text
<video> <source src="movie.mp4" type="video/mp4" /> <!-- safari, ie, et al --> <source src="movie.webm" type="video/webm" /> <!-- chrome, firefox, opera --> </video>
You need to login to post a comment.
