Changed lazy loading in figure.liquid

This commit is contained in:
George 2024-02-14 12:58:28 -03:00 committed by GitHub
parent 40b22ff274
commit f067edc69e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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();"