forked from nm3clol/nm3clol-express-app
Added defer attribute to video tags so that it parallel loads.
This commit is contained in:
parent
ba7d50f495
commit
07bc443a66
|
@ -40,7 +40,7 @@
|
||||||
<%- h.printReadme({directory}) %>
|
<%- h.printReadme({directory}) %>
|
||||||
<% }%>
|
<% }%>
|
||||||
<h1 class="title"><%= (typeof info.title !== 'undefined') ? info.fulltitle : "" %></h1>
|
<h1 class="title"><%= (typeof info.title !== 'undefined') ? info.fulltitle : "" %></h1>
|
||||||
<video class="object-fit-fill ratio ratio-16x9" controls allowfullscreen>
|
<video class="object-fit-fill ratio ratio-16x9" defer controls allowfullscreen>
|
||||||
<source src="<%-encodeURI(videoURL)%>">
|
<source src="<%-encodeURI(videoURL)%>">
|
||||||
<track
|
<track
|
||||||
label="English"
|
label="English"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user