akhaliq HF Staff commited on
Commit
782d21d
·
verified ·
1 Parent(s): 168a0b5

video has sound but it is playing as silent video - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -50,7 +50,7 @@
50
 
51
  <!-- Video Background -->
52
  <div class="fixed inset-0 -z-10 overflow-hidden">
53
- <video autoplay loop muted playsinline class="w-full h-full object-cover">
54
  <source src="Video_of_Robot_Washing_Dishes.mp4" type="video/mp4">
55
  </video>
56
  <div class="absolute inset-0 bg-black/30"></div>
 
50
 
51
  <!-- Video Background -->
52
  <div class="fixed inset-0 -z-10 overflow-hidden">
53
+ <video autoplay loop playsinline controls class="w-full h-full object-cover">
54
  <source src="Video_of_Robot_Washing_Dishes.mp4" type="video/mp4">
55
  </video>
56
  <div class="absolute inset-0 bg-black/30"></div>