Skip to content

Commit

Permalink
update a human-ring demo
Browse files Browse the repository at this point in the history
  • Loading branch information
YingJiang96 committed Feb 5, 2024
1 parent 393312c commit 61f5e16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,20 @@ <h2 class="title is-3">Pipeline</h2>
</div>
</section>

<section class="section">
<div class="container is-max-desktop">
<div class="human">
<video id="human" controls muted preload playsinline autoplay loop width="100%">
<source src="./static/videos/human.mp4"
type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
Toss a ring over a human.
</h2>
</div>
</div>
</section>

<section class="section">
<div class="container is-max-desktop">
<div class="horse-body">
Expand Down
Binary file added static/videos/human.mp4
Binary file not shown.

0 comments on commit 61f5e16

Please sign in to comment.