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

View File

@ -75,7 +75,7 @@
<a href="{{ toot.card.url }}"> <a href="{{ toot.card.url }}">
<img loading="lazy" alt="{{ toot.card.title }}" <img loading="lazy" alt="{{ toot.card.title }}"
src="{{ toot.card.image }}" src="{{ toot.card.image }}"
class="is-max-128"> class="is-max-128" width="128" height="128">
</a> </a>
</div> </div>
{% endif %} {% endif %}