Skip to content

Commit

Permalink
[youtube embed] Disable related videos and enable modest branding.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Mar 21, 2013
1 parent 15d5499 commit d80b2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wiki/templates/wikiparser/hook_youtube_embed.html
@@ -1,3 +1,3 @@
<div class="youtube-embed">
<iframe width="640" height="360" src="//www.youtube.com/embed/{{ video_id }}?wmode=transparent" frameborder="0" allowfullscreen></iframe>
<iframe width="640" height="360" src="//www.youtube.com/embed/{{ video_id }}?wmode=transparent&amp;rel=0&amp;modestbranding=1" frameborder="0" allowfullscreen></iframe>
</div>

0 comments on commit d80b2bf

Please sign in to comment.