mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 02:58:59 +08:00
Fix homepage video cue point.
YT linking tool offers custom start times on shared links but not embeds. Hackable, though.
This commit is contained in:
parent
ac3fbeb5fa
commit
06ebe0d256
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user