Lazy load images

This commit is contained in:
Joakim Hellsén 2026-01-07 22:33:49 +01:00
commit da923f82da
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -55,6 +55,7 @@
<div style="flex-shrink: 0;">
{% if game_group.grouper.box_art_best_url %}
<img src="{{ game_group.grouper.box_art_best_url }}"
loading="lazy"
alt="Box art for {{ game_group.grouper.display_name }}"
width="120"
height="160"