Also fix size of images in cards for non-css
This commit is contained in:
parent
9e4020ed73
commit
316a3ee488
|
@ -75,7 +75,7 @@
|
|||
<a href="{{ toot.card.url }}">
|
||||
<img loading="lazy" alt="{{ toot.card.title }}"
|
||||
src="{{ toot.card.image }}"
|
||||
class="is-max-128">
|
||||
class="is-max-128" width="128" height="128">
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue