mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Disable preload on embedded videos by default
This commit is contained in:
parent
ac12d161b9
commit
f3646dc0bb
1 changed files with 2 additions and 0 deletions
|
@ -64,7 +64,9 @@ video, #my_video, .video-js, .vjs-default-skin
|
|||
|
||||
<script>
|
||||
var options = {
|
||||
<% if autoplay %>
|
||||
preload: 'auto',
|
||||
<% end %>
|
||||
playbackRates: [0.5, 1, 1.5, 2],
|
||||
controlBar: {
|
||||
children: [
|
||||
|
|
Loading…
Reference in a new issue