feat: cdn cutover
This commit is contained in:
parent
57bd614e5d
commit
979d895f33
20 changed files with 43 additions and 67 deletions
|
@ -28,11 +28,7 @@
|
|||
{%- capture loadingStrategy -%}
|
||||
{%- if loading -%}{{ loading }}{%- else -%}lazy{%- endif -%}
|
||||
{%- endcapture -%}
|
||||
{% if shape == 'square' %}
|
||||
{% image item.image, alt, '', loadingStrategy, 320 %}
|
||||
{% else %}
|
||||
{% image item.image, alt, '', loadingStrategy, 200 %}
|
||||
{% endif %}
|
||||
{% image item.image, alt, '', loadingStrategy %}
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue