Skip to content

Commit

Permalink
Allow the embedded youtube player to go fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro committed Dec 15, 2015
1 parent 4c8e8b6 commit c06a9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/video/show.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<iframe id="ytplayer" type="text/html" width="792" height="482"
src="http:https://www.youtube.com/embed/@video.id?autoplay=1&origin=http:https://lichess.org&[email protected]"
frameborder="0"></iframe>
frameborder="0" allowfullscreen></iframe>
<h1 class="title">@video.title</h1>
<div class="meta">
<div class="target">@video.targets.map(lila.video.Target.name).mkString(", ")</div>
Expand Down

0 comments on commit c06a9b0

Please sign in to comment.