summaryrefslogtreecommitdiffstats
path: root/config/config.example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.example.yml')
-rw-r--r--config/config.example.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 219aa03f..e9eebfde 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -708,6 +708,22 @@ default_user_preferences:
# -----------------------------
##
+ ## This option controls the value of the HTML5 <video> element's
+ ## "preload" attribute.
+ ##
+ ## 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
+
+ ##
## Automatically play videos on page load.
##
## Accepted values: true, false