0

我正在使用 html5 视频标签来播放视频,并使用 html5.js 在 wordpress 的弹出窗口中显示视频。视频在 Firefox 和 chrome 中工作,但在 IE 中不工作。在 IE9 和 IE10 中。它只在 IE 中显示图像。请让我知道如何修复它。

4

1 回答 1

1

To enable the new HTML5 tags in Internet Explorer, you need to insert a simple javascript code on your page so that IE can understand the new tags. The code is responsible for the following:

<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

:)

于 2013-09-04T19:49:34.837 回答