minor
This commit is contained in:
parent
aeea67f263
commit
2921665327
17
index.html
17
index.html
|
@ -391,14 +391,15 @@ pre {
|
|||
<section id="teaser-image">
|
||||
<center>
|
||||
<figure>
|
||||
<video class="centered" width="80%" controls autoplay muted playsinline class="video-background " >
|
||||
<video class="centered" width="80%" controls autoplay loop muted playsinline class="video-background " >
|
||||
<source src="assets/LION_video_v8.mp4#t=0.001" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
<!--
|
||||
<p class="caption">
|
||||
LION's Generation process.
|
||||
</p> <br>
|
||||
-->
|
||||
</figure>
|
||||
|
||||
</center>
|
||||
|
@ -446,7 +447,7 @@ pre {
|
|||
<center>
|
||||
<figure style="width: 100%;">
|
||||
<a>
|
||||
<img width="50%" src="assets/pipeline.jpg">
|
||||
<img width="80%" src="assets/pipeline.jpg">
|
||||
</a>
|
||||
<p class="caption" style="margin-bottom: 24px;">
|
||||
Architecture of LION.
|
||||
|
@ -537,8 +538,8 @@ pre {
|
|||
</center>
|
||||
<center>
|
||||
<figure>
|
||||
<video class="centered" width="100%" controls autoplay muted playsinline class="video-background " >
|
||||
<source src="assets/gen_bottle.mp4#t=0.001" type="video/mp4">
|
||||
<video class="centered" width="100%" controls muted autoplay playsinline class="video-background " >
|
||||
<source src="assets/gen_bottle.mp4#t=11" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<p class="caption">
|
||||
|
@ -550,7 +551,7 @@ pre {
|
|||
<center>
|
||||
<figure>
|
||||
<video class="centered" width="100%" controls autoplay muted playsinline class="video-background " >
|
||||
<source src="assets/gen_mug.mp4#t=0.001" type="video/mp4">
|
||||
<source src="assets/gen_mug.mp4#t=11" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<p class="caption">
|
||||
|
@ -580,7 +581,7 @@ pre {
|
|||
|
||||
<center>
|
||||
<figure>
|
||||
<video class="centered" width="100%" controls autoplay muted playsinline class="video-background " >
|
||||
<video class="centered" width="100%" controls muted playsinline class="video-background " >
|
||||
<source src="assets/gen_all_55.mp4#t=0.001" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
@ -651,7 +652,7 @@ pre {
|
|||
<figure style="width: 80%;">
|
||||
|
||||
<video class="centered" width="80%" controls muted playsinline class="video-background " >
|
||||
<source src="assets/airplane_voxel.mp4#t=0.14" type="video/mp4">
|
||||
<source src="assets/airplane_voxel.mp4#t=14.8" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<p class="caption" style="margin-bottom: 24px;" width="30%">
|
||||
|
|
Loading…
Reference in a new issue