Skip to content

Commit 1c59f24

Browse files
committed
play video loop
1 parent 3fdb100 commit 1c59f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ <h1 class="title is-1 publication-title">DiMSUM <img src="./static/images/dimsum
456456
<div class="hero-body">
457457
<!-- teaser -->
458458
<div class="columns is-centered has-text-centered">
459-
<video width="100%" autoplay muted>
459+
<video width="100%" autoplay loop muted>
460460
<source src="./static/videos/teaser.mp4" type="video/mp4">
461461
</video>
462462
<br>
@@ -763,4 +763,4 @@ <h2 class="title">BibTeX</h2>
763763

764764
</body>
765765

766-
</html>
766+
</html>

0 commit comments

Comments
 (0)