Spaces:
Running
Running
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- 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
|
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>
|