mirror of
https://github.com/safing/web
synced 2025-09-02 19:19:03 +00:00
Prevent video from autoplaying
This commit is contained in:
parent
f0264c26bf
commit
83f4a74895
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="h-l">
|
<div class="h-l">
|
||||||
<div class="h-l-v">
|
<div class="h-l-v">
|
||||||
<!--<img src="{{ site.img_url }}video-placeholder.png" alt="">-->
|
<!--<img src="{{ site.img_url }}video-placeholder.png" alt="">-->
|
||||||
<video autoplay="" muted="" loop="" playsinline="" preload="auto" src="{{ site.video_url }}interim.mp4" controls></video>
|
<video playsinline="" preload="auto" src="{{ site.video_url }}interim.mp4" controls></video>
|
||||||
</div>
|
</div>
|
||||||
<span>Supported by</span>
|
<span>Supported by</span>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue