Skip to content

Commit b68abb3

Browse files
committed
Update demo video controls and subtitle with audio indicator
1 parent e4503bb commit b68abb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ <h2 class="title is-3">Method</h2>
269269
<div class="columns is-centered has-text-centered">
270270
<div class="column is-four-fifths">
271271
<h2 class="title is-3">Demo Video</h2>
272-
<video id="demo-video" controls muted loop style="width: 100%; border-radius: 12px; box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);" preload="metadata">
272+
<video id="demo-video" controls style="width: 100%; border-radius: 12px; box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);" preload="metadata" onclick="this.play()">
273273
<source src="static/videos/StoryBlender_Supplementary_Material_Video.mp4" type="video/mp4">
274274
</video>
275275
<h2 class="subtitle has-text-centered" style="margin-top: 1rem;">
276-
3D animated storyboard shots generated by StoryBlender across multiple stories.
276+
🔊 3D animated storyboard shots generated by StoryBlender across multiple stories.
277277
</h2>
278278
</div>
279279
</div>

0 commit comments

Comments
 (0)