Prevents IE11 with resetOnEnd option set to true to play video again
This commit is contained in:
parent
dfc09b8e04
commit
bb43ef15fe
@ -390,6 +390,8 @@ class Listeners {
|
||||
if (player.isHTML5 && player.isVideo && player.config.resetOnEnd) {
|
||||
// Restart
|
||||
player.restart();
|
||||
// call pause otherwise IE11 will start playing the video again
|
||||
player.pause();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user