Matt Vaughn Claude Sonnet 4.5 commited on
Commit
be6f97f
·
1 Parent(s): 9cae414

Fix HuggingFace demo video to enable audio with controls

Browse files

- Remove autoplay and muted attributes to allow audio playback
- Add controls attribute for play/pause, volume, timeline controls
- Add responsive styling for proper display on all screen sizes
- Audio is essential for language learning demo

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -928,7 +928,7 @@
928
 
929
  <div class="hero-visual">
930
  <div class="robot-card">
931
- <video src="docs/assets/language-partner-demo.mp4" alt="Reachy Language Partner demo" autoplay loop muted playsinline></video>
932
  <p class="robot-caption">✨ Your robot celebrates your progress with dances and expressive motions</p>
933
  </div>
934
  </div>
 
928
 
929
  <div class="hero-visual">
930
  <div class="robot-card">
931
+ <video src="docs/assets/language-partner-demo.mp4" controls playsinline loop style="max-width: 100%; height: auto;"></video>
932
  <p class="robot-caption">✨ Your robot celebrates your progress with dances and expressive motions</p>
933
  </div>
934
  </div>