Skip to content

Commit b9b1680

Browse files
committed
Restore YouTube player controls
1 parent 5d8c3c2 commit b9b1680

File tree

1 file changed

+1
-1
lines changed
  • client/javascripts/components/modules

1 file changed

+1
-1
lines changed

client/javascripts/components/modules/video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ JS.Modules.Video = (function() {
129129
}
130130

131131
if (_settings.ytVideo !== null) {
132-
$(_video).attr('src', _videoSrc + '?modestbranding=1&rel=0&controls=0&showinfo=0&html5=1&autoplay=1');
132+
$(_video).attr('src', _videoSrc + '?rel=0&showinfo=0&html5=1&autoplay=1');
133133
}
134134

135135
break;

0 commit comments

Comments
 (0)