hide audio controls in ie10
This commit is contained in:
@@ -775,7 +775,7 @@ progress {
|
||||
position: relative;
|
||||
top: -10px;
|
||||
width: 110px;
|
||||
margin-right: .5em;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.mediaSlider {
|
||||
@@ -865,4 +865,4 @@ input[type="range"]::-ms-fill-upper {
|
||||
.positionSlider {
|
||||
width: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,7 +285,7 @@
|
||||
|
||||
var html = '';
|
||||
|
||||
var requiresControls = $.browser.msie || $.browser.android || $.browser.iphone || $.browser.ipad;
|
||||
var requiresControls = $.browser.android || $.browser.iphone || $.browser.ipad;
|
||||
|
||||
// Can't autoplay in these browsers so we need to use the full controls
|
||||
if (requiresControls) {
|
||||
|
||||
Reference in New Issue
Block a user