Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zdchan authored Mar 21, 2024
1 parent 7a5f0a7 commit c3050cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,19 +195,19 @@ <h2 class="title is-3 has-text-centered">GraspXL Results</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-steve">
<video poster="" id="steve" autoplay controls muted loop height="100%">
<source src="/videos/large1.mp4"
<source src="large1.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-chair-tp">
<video poster="" id="chair-tp" autoplay controls muted loop height="100%">
<source src="/videos/large2.mp4"
<source src="large2.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-chair-tp">
<video poster="" id="chair-tp" autoplay controls muted loop height="100%">
<source src="/videos/diverse.mp4"
<source src="diverse.mp4"
type="video/mp4">
</video>
</div>
Expand Down

0 comments on commit c3050cd

Please sign in to comment.