Changed lazy loading in figure.liquid
This commit is contained in:
parent
40b22ff274
commit
f067edc69e
|
|
@ -65,7 +65,7 @@
|
|||
{% endif %}
|
||||
{% if include.loading %}
|
||||
loading="{{ include.loading }}"
|
||||
{% elsif site.lazy_loading_images.enable %}
|
||||
{% elsif site.lazy_loading_images %}
|
||||
loading="lazy"
|
||||
{% endif %}
|
||||
onerror="this.onerror=null; $('.responsive-img-srcset').remove();"
|
||||
|
|
|
|||
Loading…
Reference in New Issue