mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:25:56 -04: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>
|
<script>
|
||||||
var options = {
|
var options = {
|
||||||
|
<% if autoplay %>
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
|
<% end %>
|
||||||
playbackRates: [0.5, 1, 1.5, 2],
|
playbackRates: [0.5, 1, 1.5, 2],
|
||||||
controlBar: {
|
controlBar: {
|
||||||
children: [
|
children: [
|
||||||
|
Loading…
Reference in New Issue
Block a user