Full-bleed media

This commit is contained in:
daudix
2024-06-28 20:28:30 +03:00
parent c1e1ad6138
commit 0404e9e5cb
5 changed files with 34 additions and 20 deletions

View File

@ -2,6 +2,7 @@
<a href="{{ url }}">
<img class="
{% if full %}full{% endif %}
{% if full_bleed %}full_bleed{% endif %}
{% if start %}start{% endif %}
{% if end %}end{% endif %}
{% if pixels %}pixels{% endif %}
@ -14,6 +15,7 @@
{%- else -%}
<img class="
{% if full %}full{% endif %}
{% if full_bleed %}full_bleed{% endif %}
{% if start %}start{% endif %}
{% if end %}end{% endif %}
{% if pixels %}pixels{% endif %}