Skip to content

Commit

Permalink
Comment out gif fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Nov 29, 2024
1 parent 9d06fff commit e43f57a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2 class="title is-3">Focus on Rollout Performance</h2>
Autoplay and loop video
<video loop autoplay style="width: 100%;">
<source src="static/img/ks_test_rollout.webm" type="video/webm"/>
<img src="static/img/ks_test_rollout.gif" style="width: 100%;"/>
<!-- <img src="static/img/ks_test_rollout.gif" style="width: 100%;"/> -->
</video>
</div>
</div>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h2 class="title is-3">Unified PDE identifiers</h2>
<div class="content has-text-justified">
<video loop autoplay style="width: 100%;">
<source src="static/img/difficulty_animation.webm" type="video/webm"/>
<img src="static/img/difficulty_animation.gif" style="width: 100%;"/>
<!-- <img src="static/img/difficulty_animation.gif" style="width: 100%;"/> -->
</video>
</div>
</div>
Expand Down Expand Up @@ -259,7 +259,7 @@ <h2 class="title is-3">Built-In Support for Unrolled Training</h2>
<div class="content has-text-justified">
<video loop autoplay style="width: 100%;">
<source src="static/img/burgers_training_animation.webm" type="video/webm"/>
<img src="static/img/burgers_training_animation.gif" style="width: 100%;"/>
<!-- <img src="static/img/burgers_training_animation.gif" style="width: 100%;"/> -->
</video>
</div>
</div>
Expand Down Expand Up @@ -404,7 +404,7 @@ <h2 class="title is-3">Integrated Volume Renderer</h2>
<div class="content has-text-justified">
<video loop autoplay style="width: 100%;">
<source src="static/img/volume_render_animation.webm" type="video/webm"/>
<img src="static/img/volume_render_animation.gif" style="width: 100%;"/>
<!-- <img src="static/img/volume_render_animation.gif" style="width: 100%;"/> -->
</video>
</div>
</div>
Expand Down

0 comments on commit e43f57a

Please sign in to comment.