Reset to 100% height (maybe we need max height)
This commit is contained in:
parent
28d29f8054
commit
664e4607ba
@ -16,7 +16,7 @@
|
|||||||
<img
|
<img
|
||||||
class="card-image-top"
|
class="card-image-top"
|
||||||
width="{{ this.width | default('100%') }}"
|
width="{{ this.width | default('100%') }}"
|
||||||
height="{{ this.height | default('225') }}"
|
height="{{ this.height | default('100%') }}"
|
||||||
src="{{ this.src }}"
|
src="{{ this.src }}"
|
||||||
alt="{{ this.alt_text if this.alt_text else this.title }}"
|
alt="{{ this.alt_text if this.alt_text else this.title }}"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user