Skip to content

Commit

Permalink
Merge pull request #314 from ulisesrmzroche/master
Browse files Browse the repository at this point in the history
Enables toggleable video info
  • Loading branch information
eXon committed Oct 16, 2015
2 parents 615dc11 + 349cdfc commit 9616161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
fs: fullscreenControls,
html5: (this.player_.options()['forceHTML5']) ? 1 : null,
playsinline: (this.player_.options()['playsInline']) ? 1 : 0,
showinfo: 0,
showinfo: (this.player_.options()['showInfo']) ? 1 : 0,
rel: 0,
autoplay: (this.playOnReady) ? 1 : 0,
loop: (this.player_.options()['loop']) ? 1 : 0,
Expand Down

0 comments on commit 9616161

Please sign in to comment.