fix vimeo autoplay
This commit is contained in:
@@ -12,9 +12,7 @@ $(function() {
|
||||
if (is_playing) {
|
||||
player.pause();
|
||||
} else {
|
||||
window.setTimeout(function() {
|
||||
player.play();
|
||||
}, 250);
|
||||
player.play();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user