Lazy load images
This commit is contained in:
parent
ed4f42052b
commit
da923f82da
3 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
{% if item.game.box_art_best_url %}
|
||||
<img src="{{ item.game.box_art_best_url }}"
|
||||
alt="Box art for {{ item.game.display_name }}"
|
||||
loading="lazy"
|
||||
width="180"
|
||||
height="240"
|
||||
style="border-radius: 8px" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue