fix vimeo autoplay

This commit is contained in:
Simon Caminada
2021-10-14 09:45:03 +02:00
parent 01eb2066b9
commit 1918797b1a
2 changed files with 2 additions and 4 deletions

View File

@@ -12,9 +12,7 @@ $(function() {
if (is_playing) {
player.pause();
} else {
window.setTimeout(function() {
player.play();
}, 250);
player.play();
}
});