mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-01 08:23:18 +05:30
82ac9a8609
This PR adds a configuration option to control the preloading of video data on page load with the HTML5 'preload'[1] attribute on the `<video>` element. The option is enabled by default, meaning that the `preload` attribute's value will be 'auto'. If users want to prevent preloading of video data, they can disable the option, which will set the attribute value to 'none'. [1](https://www.w3schools.com/tags/att_video_preload.asp) Closes issue 4110 |
||
---|---|---|
.. | ||
.well-known | ||
css | ||
fonts | ||
js | ||
videojs | ||
android-chrome-192x192.png | ||
android-chrome-512x512.png | ||
apple-touch-icon.png | ||
browserconfig.xml | ||
favicon-16x16.png | ||
favicon-32x32.png | ||
favicon.ico | ||
hashtag.svg | ||
invidious-colored-vector.svg | ||
mstile-150x150.png | ||
robots.txt | ||
safari-pinned-tab.svg | ||
site.webmanifest |