searxng/searx/static
Markus Heiser 464d1756f0 [mod] video result: replace HTML <iframe> by <video> tag
The HTML <video> tag reduces the bandwidth massively compared to the <iframe>.

When a video is embedded in a <iframe>, control over that video transfers to the
<iframe>.  The <iframe> downloads the entire video.  With the <video> tag,
control stays in the main frame and only the passages that the user chooses are
downloaded.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-19 14:24:37 +01:00
..
plugins/external_plugins theme: remove __common__ 2022-05-07 19:40:48 +02:00
themes/simple [mod] video result: replace HTML <iframe> by <video> tag 2023-02-19 14:24:37 +01:00