Skip to content

Commit

Permalink
fix(vimeo): fix vimeo autoplay (#22), by @mauricesvay
Browse files Browse the repository at this point in the history
Closes #21.
  • Loading branch information
mauricesvay authored and adrienjoly committed Oct 14, 2018
1 parent a745ccc commit 0dcf2f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playem-vimeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ function VimeoPlayer(){
mozallowfullscreen: true,
allowScriptAccess: "always",
allowFullScreen: true,
allow: "autoplay; encrypted-media",
src: 'https://player.vimeo.com/video/' + vars.videoId + "?" + param({
api: 1,
js_api: 1,
Expand Down

0 comments on commit 0dcf2f8

Please sign in to comment.