diff options
| author | Thomas Lange <code@nerdmind.de> | 2024-08-30 19:52:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 19:52:33 +0200 |
| commit | f247b2f8625c05ca308bb4a83caecc5b27726854 (patch) | |
| tree | 2e0e0d37a35f76dda56f47463158603113fe9b61 /config/config.example.yml | |
| parent | 824cc1a5aa6321936357677e77b6638c96137225 (diff) | |
| download | invidious-f247b2f8625c05ca308bb4a83caecc5b27726854.tar.gz invidious-f247b2f8625c05ca308bb4a83caecc5b27726854.tar.bz2 invidious-f247b2f8625c05ca308bb4a83caecc5b27726854.zip | |
Update config/config.example.yml
Accept suggested change from @SamantazFox.
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index b1a76edf..71d9a274 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -719,17 +719,19 @@ default_user_preferences: # ----------------------------- ## - ## Automatically preload video on page load. This option controls the - ## value for the "preload" attribute of the HTML5 <video> element. + ## This option controls the value of the HTML5 <video> element's + ## "preload" attribute. ## - ## If disabled, no video data will be loaded until the user explicitly - ## starts the video by hitting the "Play" button. If enabled, the web - ## browser decides how much of the video data will be preloaded. + ## If set to 'false', no video data will be loaded until the user + ## explicitly starts the video by clicking the "Play" button. + ## 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 ## ## Accepted values: true, false ## Default: true + ## #preload: true ## |
