Skip to content

Commit

Permalink
Merge pull request #142 from louquillio/fix-start-time
Browse files Browse the repository at this point in the history
Fix homepage video cue point.
  • Loading branch information
louquillio authored Jul 26, 2017
2 parents ac3fbeb + 06ebe0d commit e779608
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit e779608

Please sign in to comment.