Remove YouTube title from showing in homepage video (thanks, Arjun).

This commit is contained in:
David Ormsbee
2012-07-23 22:59:27 -04:00
parent 2a37f7a921
commit 8b503eb1ef

View File

@@ -138,6 +138,6 @@
<section id="video-modal" class="modal home-page-video-modal">
<div class="inner-wrapper">
<iframe width="640" height="360" src="http://www.youtube.com/embed/C2OQ51tu7W4" frameborder="0" allowfullscreen></iframe>
<iframe width="640" height="360" src="http://www.youtube.com/embed/C2OQ51tu7W4?showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</section>