Merge branch 'master' of github.com:selz/plyr

This commit is contained in:
Sam Potts
2016-03-13 21:23:00 +11:00
3 changed files with 8 additions and 6 deletions

View File

@ -1438,7 +1438,7 @@
plyr.embed = new YT.Player(container.id, {
videoId: videoId,
playerVars: {
autoplay: 0,
autoplay: plyr.autoplay ? 1 : 0,
controls: (plyr.supported.full ? 0 : 1),
rel: 0,
showinfo: 0,