Lazy load images
This commit is contained in:
parent
ed4f42052b
commit
da923f82da
3 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,7 @@
|
|||
{% if benefit.image_asset_url %}
|
||||
<img height="160"
|
||||
width="160"
|
||||
loading="lazy"
|
||||
style="object-fit: cover;
|
||||
margin-right: 3px"
|
||||
src="{{ benefit.image_best_url|default:benefit.image_asset_url }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue