Skip to content

Commit 04a3df4

Browse files
authored
Update index.html
1 parent 8be1abe commit 04a3df4

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

index.html

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -373,44 +373,30 @@ <h2 class="title is-3">Introducing SkyReels-A2 and Examples</h2>
373373
<div class="content has-text-justified" align="center">
374374
<div id="results-carousel" class="carousel results-carousel" align="center">
375375
<div class="item item-video1">
376-
<video preload="auto"poster="" id="video1" autoplay controls muted loop width="1024px">
376+
<video preload="auto"poster="" id="video1" autoplay controls muted loop width="480px">
377377
<!-- Your video preload="auto"file here -->
378-
<source src="static/videos/1.mp4"
378+
<source src="static/videos/multi-human/1.mp4"
379379
type="video/mp4">
380380
</video>
381381
</div>
382382
<div class="item item-video2">
383-
<video preload="auto"poster="" id="video2" autoplay controls muted loop width="1024px">
383+
<video preload="auto"poster="" id="video2" autoplay controls muted loop width="480px">
384384
<!-- Your video preload="auto"file here -->
385-
<source src="static/videos/2.mp4"
385+
<source src="static/videos/multi-human/2.mp4"
386386
type="video/mp4">
387387
</video>
388388
</div>
389389
<div class="item item-video3">
390-
<video preload="auto"poster="" id="video3" autoplay controls muted loop width="1024px">
390+
<video preload="auto"poster="" id="video3" autoplay controls muted loop width="480px">
391391
<!-- Your video preload="auto"file here -->
392-
<source src="static/videos/3.mp4"
392+
<source src="static/videos/multi-human/3.mp4"
393393
type="video/mp4">
394394
</video>
395395
</div>
396396
<div class="item item-video4">
397-
<video preload="auto"poster="" id="video4" autoplay controls muted loop width="1024px">
398-
<!-- Your video preload="auto"file here -->
399-
<source src="static/videos/4.mp4"
400-
type="video/mp4">
401-
</video>
402-
</div>
403-
<div class="item item-video5">
404-
<video preload="auto"poster="" id="video5" autoplay controls muted loop width="1024px">
405-
<!-- Your video preload="auto"file here -->
406-
<source src="static/videos/1.mp4"
407-
type="video/mp4">
408-
</video>
409-
</div>
410-
<div class="item item-video6">
411-
<video preload="auto"poster="" id="video6" autoplay controls muted loop width="1024px">
397+
<video preload="auto"poster="" id="video4" autoplay controls muted loop width="480px">
412398
<!-- Your video preload="auto"file here -->
413-
<source src="static/videos/2.mp4"
399+
<source src="static/videos/multi-human/4.mp4"
414400
type="video/mp4">
415401
</video>
416402
</div>

0 commit comments

Comments
 (0)