diff --git a/rowers/templates/embedded_video_mini.html b/rowers/templates/embedded_video_mini.html index f3a4f22c..466cb5e9 100644 --- a/rowers/templates/embedded_video_mini.html +++ b/rowers/templates/embedded_video_mini.html @@ -182,8 +182,7 @@ function copyText() { height: '315', width: '560', modestbranding: '1', - playsinline: '1', - allowfullscreen: '0', + playerVars: {'playsinline':'1'}, videoId: '{{ video_id }}', events: { 'onReady': onPlayerReady,