video/preload=none
This commit is contained in:
parent
335e229aa5
commit
bf31e8a4c9
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -17,7 +17,7 @@ SECTIONS = {
|
|||
def card(name, web, raw):
|
||||
return f'''\
|
||||
<div class="card">
|
||||
<video controls>
|
||||
<video controls="controls" preload="none">
|
||||
<source src="{web}" />
|
||||
</video>
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue