mediaelement.js video doesn't play in IE8

青春壹個敷衍的年華 提交于 2019-12-04 13:19:26

I've had this problem before and it took a while to find out what causes it. I've tested this out and it seems to work in your case as well:

On the .me-plugin div that MediaElement creates, there's a position: absolute; reference in the CSS. When I set it to position:static; All is well in IE8.

I usually end up doing this:

.ie8 .me-plugin { position: static; }
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!