开发者

Mediaelement volume control is invisible on IE8

When using mediaelement.js on http://han开发者_C百科selminutes.com, the volume button is invisible on IE8. It seems that perhaps it's being covered up by the other audio controls being too wide? Oddly, if you click in the area that it should be, it's kind of there, although too far left. The volume icon never shows up.

Mediaelement volume control is invisible on IE8


I know nothing about mediaelement.js but if you add the following to the bottom of your hanselminutes.css it appears to fix it:

.mejs-time-rail{
  max-width: 370px;
}

.mejs-time-total {
  max-width: 348px;
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜