Skip to content

Commit

Permalink
Update ViViD.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Alibaba Yuanjing AIGC Lab authored May 24, 2024
1 parent 9ee3709 commit b471b82
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ViViD.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,30 @@ <h2 class="title is-3">Video Try-on</h2>
</video>
</div>

<div class="item item-video5">
<video poster="" id="video5" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/niceguy/pink.mp4"
type="video/mp4">
</video>
</div>

<div class="item item-video6">
<video poster="" id="video6" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/niceguy/uniform.mp4"
type="video/mp4">
</video>
</div>

<div class="item item-video7">
<video poster="" id="video7" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/niceguy/wow.mp4"
type="video/mp4">
</video>
</div>

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

0 comments on commit b471b82

Please sign in to comment.