Skip to content

Commit

Permalink
Use rel=0 for youttube video
Browse files Browse the repository at this point in the history
  • Loading branch information
timurvafin committed Jan 18, 2013
1 parent 5ac14ee commit 318e66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/localizable/index.html.erb
Expand Up @@ -64,7 +64,7 @@
<p><%= I18n.t(:demo_p2) %></p>
</div>
<div id="video">
<iframe width="620" height="350" src="<%= I18n.t(:video_href) %>" frameborder="0" allowfullscreen></iframe>
<iframe width="620" height="350" src="<%= I18n.t(:video_href) %>?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<section class="steps">
Expand Down

0 comments on commit 318e66a

Please sign in to comment.