Merge pull request #142 from louquillio/fix-start-time

Fix homepage video cue point.
This commit is contained in:
Lou Quillio 2017-07-26 13:19:58 -07:00 committed by GitHub
commit e779608fa0

View File

@ -39,6 +39,9 @@
<meta name="msapplication-TileImage" content="{{ 'artwork/favicon/ms-icon-144x144.png' | relative_url }}">
<meta name="theme-color" content="#ffffff">
<style>
footer {
margin-top: 4rem;
}
</style>
</head>
@ -97,7 +100,7 @@
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-18">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/_l4UaUix8vA" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_l4UaUix8vA?start=33" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>