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):
|
def card(name, web, raw):
|
||||||
return f'''\
|
return f'''\
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<video controls>
|
<video controls="controls" preload="none">
|
||||||
<source src="{web}" />
|
<source src="{web}" />
|
||||||
</video>
|
</video>
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue