forked from TagesschuleElementa/www.tagesschule-elementa.ch
add timeout to video play
This commit is contained in:
@@ -12,7 +12,9 @@ $(function() {
|
||||
if (is_playing) {
|
||||
player.pause();
|
||||
} else {
|
||||
player.play();
|
||||
window.setTimeout(function() {
|
||||
player.play();
|
||||
}, 250);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user