searxng/searx/templates/simple/result_templates
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
..
code.html [fix] clean up templates / remove import of result_footer_rtl macro 2022-06-20 19:00:10 +02:00
default.html [fix] clean up templates / remove import of result_footer_rtl macro 2022-06-20 19:00:10 +02:00
images.html Template images.html: lazy by JS the full size image 2022-05-18 07:29:31 +00:00
key-value.html [fix] correct kv template formatting and remove internal data 2021-06-01 10:53:37 +02:00
map.html map.html: display the intended text for the links instead of the URL 2022-07-02 16:51:25 +02:00
paper.html [mod] paper.html: simplify template by using result_link macro 2022-09-24 16:13:36 +02:00
products.html [fix] clean up templates / remove import of result_footer_rtl macro 2022-06-20 19:00:10 +02:00
torrent.html [fix] clean up templates / remove import of result_footer_rtl macro 2022-06-20 19:00:10 +02:00
videos.html [mod] video result: replace HTML <iframe> by <video> tag 2023-02-19 14:24:37 +01:00