Actually, the bg play YT bug was there because of the lack of a class on the section. Re-removing the YouTube title.

This commit is contained in:
David Ormsbee
2012-07-23 23:05:06 -04:00
parent 75ba3ebbd4
commit 749740eb07

View File

@@ -136,8 +136,8 @@
</section>
<section id="video-modal" class="modal home-page-video-modal">
<section id="video-modal" class="modal home-page-video-modal 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>