1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-09-11 07:16:02 +00:00

Merge remote-tracking branch 'lazy/master'

This commit is contained in:
Ozzie Isaacs
2025-06-29 09:28:34 +02:00

View File

@@ -6,6 +6,7 @@
srcset="{{ srcset }}"
src="{{ url_for('web.get_cover', book_id=book.id, resolution='og', c=book|last_modified) }}"
alt="{{ image_alt }}"
loading="lazy"
/>
{%- endmacro %}
@@ -16,5 +17,6 @@
srcset="{{ srcset }}"
src="{{ url_for('web.get_series_cover', series_id=series.id, resolution='og', c='day'|cache_timestamp) }}"
alt="{{ title }}"
loading="lazy"
/>
{%- endmacro %}