Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
范丞德 committed Oct 19, 2024
1 parent cbf06e1 commit 7e8f55a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions spectromotion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,16 @@ <h3>
onclick="selectCompVideoAblation(this)"><a>w/o gamma</a></li>
</ul>
</div>

<script>
activeMethodPillAblation = document.querySelector('.method-pill.active');
</script>
<div class="video-container">
<video id="compVideo" loop playsinline autoplay muted style="max-width: 100%; height: 280px;">
<source src="videos/comparison/coarse_vs_ours_rgb.mp4" />
</video>
</div>
</div>
</div>
<script>
activeMethodPillAblation = document.querySelector('.method-pill.active');
</script>
<br>

<div class="row">
Expand Down

0 comments on commit 7e8f55a

Please sign in to comment.