Use webp for thumbnails
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% macro render_pkgtile(package, show_author) -%}
|
||||
<li class="packagetile flex-fill"><a href="{{ package.get_url('packages.view') }}">
|
||||
<img src="{{ package.get_thumb_or_placeholder(2) }}" loading="lazy">
|
||||
<img src="{{ package.get_thumb_or_placeholder() }}" loading="lazy">
|
||||
<div class="packagegridscrub"></div>
|
||||
<div class="packagegridinfo">
|
||||
<h3>
|
||||
|
||||
Reference in New Issue
Block a user