Skip to content

Commit

Permalink
play video loop
Browse files Browse the repository at this point in the history
  • Loading branch information
hao-pt committed Oct 20, 2024
1 parent 3fdb100 commit 1c59f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ <h1 class="title is-1 publication-title">DiMSUM <img src="./static/images/dimsum
<div class="hero-body">
<!-- teaser -->
<div class="columns is-centered has-text-centered">
<video width="100%" autoplay muted>
<video width="100%" autoplay loop muted>
<source src="./static/videos/teaser.mp4" type="video/mp4">
</video>
<br>
Expand Down Expand Up @@ -763,4 +763,4 @@ <h2 class="title">BibTeX</h2>

</body>

</html>
</html>

0 comments on commit 1c59f24

Please sign in to comment.