Also fix size of images in cards for non-css

This commit is contained in:
Jason McBrayer 2023-11-13 12:25:09 -05:00
parent 9e4020ed73
commit 316a3ee488
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}