html5 tag <video> does not work in safari and IE
问题 I have a webm video running on my site which is not working on safari and IE. The code I have used is as <video src="http://video.webmfiles.org/elephants-dream.webm" controls autoplay loop preload="auto" poster="http://my-site.com/images/home-banner.png" class="only-default" width="613" height="354"> <source type='video/webm; codecs="vp8, vorbis"' src="http://video.webmfiles.org/elephants-dream.webm"> </video> 回答1: WebM is not supported in IE and Safari More info here http://www.w3schools.com