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