You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/templates/simple
Markus Heiser c416464949 [fix] lazy loading of <img> tags
Images should include dimension attributes.  Without `width` and `height`
specified, image dimensions are 0×0 pixels at first.  ...  In this case the
browser determines that all of them are visible to the user and decides to load
everything [1].

In CSS the `width` is set to a value and the `height` is unsed to scale the image
proportional in both dimensions.

[1] https://web.dev/browser-level-image-lazy-loading/#images-should-include-dimension-attributes
[2] https://caniuse.com/loading-lazy-attr

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
filters [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
messages [fix] templates: remove unneeded escape \' of single quotation mark 3 years ago
result_templates [fix] lazy loading of <img> tags 3 years ago
404.html
about.html
base.html [enh] add SVG favicon href="favicon.svg" type="image/svg+xml" 3 years ago
categories.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
icons.html [fix] delete trailing whitespace 3 years ago
index.html [simple theme] update to ion icons 5 and drop webfont 3 years ago
infobox.html [fix] simple-theme templates: polish HTML <img> elements 3 years ago
macros.html [fix] lazy loading of <img> tags 3 years ago
preferences.html [fix] templates: remove unneeded escape \' of single quotation mark 3 years ago
results.html [fix] query_in_title: add missing space in title 3 years ago
search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
simple.spec.txt
simple_search.html [simple theme] rework select; add safesearch to search and replace / with › in article url 3 years ago
stats.html [simple theme] update to ion icons 5 and drop webfont 3 years ago