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

now it has play button but I want it to autoplay and now its frozen and now playing at all - 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 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>
 
50
 
51
  <!-- Video Background -->
52
  <div class="fixed inset-0 -z-10 overflow-hidden">
53
+ <video autoplay loop playsinline muted 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>