Skip to content

Commit

Permalink
cable order
Browse files Browse the repository at this point in the history
  • Loading branch information
akshathamila committed Jun 7, 2024
1 parent 683fc08 commit 3b27d49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,18 @@ <h1 class="title is-1 publication-title">CableInspect-AD: An Expert-Annotated An
<div class="hero-body">
<div id="carousel-demo" class="carousel results-carousel">
<div class="item-1">
<video id="cable-1" autoplay muted loop playsinline height="100%">
<source src="./static/videos/cable_C01.mp4" type="video/mp4">
<video id="cable-3" autoplay muted loop playsinline height="100%">
<source src="./static/videos/cable_C03.mp4" type="video/mp4">
</video>
</div>
<div class="item-2">
<video id="cable-2" autoplay muted loop playsinline height="100%">
<source src="./static/videos/cable_C02.mp4" type="video/mp4">
<video id="cable-1" autoplay muted loop playsinline height="100%">
<source src="./static/videos/cable_C01.mp4" type="video/mp4">
</video>
</div>
<div class="item-3">
<video id="cable-3" autoplay muted loop playsinline height="100%">
<source src="./static/videos/cable_C03.mp4" type="video/mp4">
<video id="cable-2" autoplay muted loop playsinline height="100%">
<source src="./static/videos/cable_C02.mp4" type="video/mp4">
</video>
</div>
</div>
Expand Down

0 comments on commit 3b27d49

Please sign in to comment.