我在我的網站上運行的webm視頻不適用於Safari和IE。html5標記<video>在safari和IE中不起作用
我用的代碼是
<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>
@Hamid,我在源文件中添加了mp4和ogg格式的視頻,但我的Safari瀏覽器不支持視頻標籤。 –
–