Vimeo autopause option

This commit is contained in:
Sam Potts
2017-11-21 13:33:51 +11:00
parent edfc6cd475
commit f518ec108b
5 changed files with 13 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ const defaults = {
// Auto play (if supported)
autoplay: false,
// Only allow one media playing at once (vimeo only)
autopause: false,
// Default time to skip when rewind/fast forward
seekTime: 10,