Add images to filter pages

This commit is contained in:
Joakim Hellsén 2026-04-28 22:38:18 +02:00
commit b610d7ef1a
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
3 changed files with 44 additions and 7 deletions

View file

@ -61,6 +61,16 @@
</section>
{% endfor %}
</div>
<div class="filter-preview__field-table mt-2"
style="max-width: 600px;
max-height: 300px;
overflow: hidden">
<img class="img-fluid w-100"
style="object-fit: cover;
height: 100%"
alt="Image for {{ row.entry.title }}"
src="{{ row.first_image }}">
</div>
</article>
{% endfor %}
</div>