don't need image sizes

This commit is contained in:
c0de 2023-12-29 16:14:08 -06:00
parent 94e51683e2
commit a8e4957ce9
1 changed files with 0 additions and 2 deletions

View File

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