Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RongLiu-Leo committed Nov 5, 2023
1 parent 58c22db commit 3dae457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ <h5 style="font-weight: normal">Style</h5>
<div class="vid-image-display">
<!-- <div> -->
<video id="vid-content" autoplay loop muted playsinline>
<source src="dataset/videos/input/3.mp4" type="video/mp4" />
<source src="dataset/videos/input/2.mp4" type="video/mp4" />
</video>
<!-- </div> -->
<!-- <img id="content" src="dataset/images/input/5.png" style="border-radius: 15px 0 0 15px;" alt="Displayed Image 1"> -->
<img id="vid-style" src="dataset/videos/style/3.jpg" style="border-radius: 0 15px 15px 0;" alt="Displayed Image 2">
<img id="vid-style" src="dataset/videos/style/2.jpg" style="border-radius: 0 15px 15px 0;" alt="Displayed Image 2">
</div>

<div class="nerf-comparison">
Expand Down

0 comments on commit 3dae457

Please sign in to comment.