Reset to 100% height (maybe we need max height)

This commit is contained in:
c0de 2023-12-29 15:27:20 -06:00
parent 28d29f8054
commit 664e4607ba
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<img
class="card-image-top"
width="{{ this.width | default('100%') }}"
height="{{ this.height | default('225') }}"
height="{{ this.height | default('100%') }}"
src="{{ this.src }}"
alt="{{ this.alt_text if this.alt_text else this.title }}"
/>