Skip to content

Commit

Permalink
Update carousel.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjbeksi committed Dec 13, 2023
1 parent 6fd3596 commit d5b5503
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,24 +137,29 @@ <h2 class="subtitle has-text-centered">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">

<div class="item item-chair-tp">
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/cotton_cam_view.mp4"
type="video/mp4">
<source src="./static/videos/cotton_cam_view.mp4" type="video/mp4">
</video>
</div>

<div class="item item-coffee">
<video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/vid16_01_detection.mp4"
type="video/mp4">
<source src="./static/videos/vid16_01_detection.mp4" type="video/mp4">
</video>
</div>

<div class="item item-toby">
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/vid16_01_tracking.mp4"
type="video/mp4">
<source src="./static/videos/vid16_01_tracking.mp4" type="video/mp4">
</video>

<div class="item item-steve">
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/tracking_teaser.mp4" type="video/mp4">
</video>

</div>
</div>
</div>
Expand Down

0 comments on commit d5b5503

Please sign in to comment.