base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
5
liquid/includes/ui/responsive-image.html
Normal file
5
liquid/includes/ui/responsive-image.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% assign src = include.src %}
|
||||
{% assign width = include.width | default: 507 %}
|
||||
<picture>
|
||||
<img src="{{ page | relative }}/{{ src }}" srcset="{{ page | relative }}/{{ src }} 1x, {{ page | relative }}/{{ src | replace: '.png', '@2x.png' }} 2x" alt="{{ include.alt }}" class="img-fluid {{ include.class }}" width="{{ width }}"{% if include.height %} height="{{ include.height }}"{% endif %} loading="lazy">
|
||||
</picture>
|
||||
Loading…
Add table
Add a link
Reference in a new issue