mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Disable preload on embedded videos by default
This commit is contained in:
parent
ac12d161b9
commit
f3646dc0bb
@ -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 New Issue
Block a user