mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 15:02:14 +05:30
Update config/config.example.yml
Accept suggested change from @SamantazFox. Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
824cc1a5aa
commit
f247b2f862
@ -719,17 +719,19 @@ default_user_preferences:
|
|||||||
# -----------------------------
|
# -----------------------------
|
||||||
|
|
||||||
##
|
##
|
||||||
## Automatically preload video on page load. This option controls the
|
## This option controls the value of the HTML5 <video> element's
|
||||||
## value for the "preload" attribute of the HTML5 <video> element.
|
## "preload" attribute.
|
||||||
##
|
##
|
||||||
## If disabled, no video data will be loaded until the user explicitly
|
## If set to 'false', no video data will be loaded until the user
|
||||||
## starts the video by hitting the "Play" button. If enabled, the web
|
## explicitly starts the video by clicking the "Play" button.
|
||||||
## browser decides how much of the video data will be preloaded.
|
## If set to 'true', the web browser will buffer some video data
|
||||||
|
## while the page is loading.
|
||||||
##
|
##
|
||||||
## See: https://www.w3schools.com/tags/att_video_preload.asp
|
## See: https://www.w3schools.com/tags/att_video_preload.asp
|
||||||
##
|
##
|
||||||
## Accepted values: true, false
|
## Accepted values: true, false
|
||||||
## Default: true
|
## Default: true
|
||||||
|
##
|
||||||
#preload: true
|
#preload: true
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user