Spaces:
Running
Running
video has sound but it is playing as silent video - Follow Up Deployment
Browse files- 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
|
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>
|