autoplay
This commit is contained in:
parent
2b8eb32c52
commit
3dc2618c96
3
templates/player/mui/js/mui-player.min.js
vendored
3
templates/player/mui/js/mui-player.min.js
vendored
@ -505,7 +505,8 @@ function _typeof(e) {
|
|||||||
o.setAttribute(e, t)
|
o.setAttribute(e, t)
|
||||||
}
|
}
|
||||||
option.src && i("src", option.src),
|
option.src && i("src", option.src),
|
||||||
!0 === option.autoplay && i("autoplay", "autoplay"),
|
// !0 === option.autoplay && i("autoplay", "autoplay"),
|
||||||
|
!0 === option.autoplay && i("autoplay",option.autoplay),
|
||||||
1 == option.autoplay || option.preload && i("preload", option.preload),
|
1 == option.autoplay || option.preload && i("preload", option.preload),
|
||||||
option.loop && i("loop", "loop");
|
option.loop && i("loop", "loop");
|
||||||
var s = option.videoAttribute || [];
|
var s = option.videoAttribute || [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user