Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -194,7 +194,7 @@
|
|
| 194 |
</div>
|
| 195 |
|
| 196 |
<!-- Hero video (pushed down a bit) -->
|
| 197 |
-
|
| 198 |
<source src="thumbnail.mp4" type="video/mp4" />
|
| 199 |
<!-- Remove the webm line unless you add it later -->
|
| 200 |
<source src="thumbnail.webm" type="video/webm" />
|
|
|
|
| 194 |
</div>
|
| 195 |
|
| 196 |
<!-- Hero video (pushed down a bit) -->
|
| 197 |
+
<video autoplay muted loop playsinline poster="">
|
| 198 |
<source src="thumbnail.mp4" type="video/mp4" />
|
| 199 |
<!-- Remove the webm line unless you add it later -->
|
| 200 |
<source src="thumbnail.webm" type="video/webm" />
|