Skip to content

Commit

Permalink
autoplay loop videos
Browse files Browse the repository at this point in the history
  • Loading branch information
uynitsuj committed Oct 17, 2024
1 parent 09f534a commit dd72fde
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 @@ -150,13 +150,13 @@ <h2 class="subheader">IROS 2024 (Oral)</h1>
</div>

<br>
<video controls width="800px">
<video controls autoplay loop width="800px">
<source src="LEGS_Kitchen_Queries.mp4" type="video/mp4" />
</video>
<br>

<br>
<video controls width="800px">
<video controls autoplay loop width="800px">
<source src="GroceryStoreQueries.mp4" type="video/mp4" />
</video>
<br>
Expand Down

0 comments on commit dd72fde

Please sign in to comment.