mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -05:00
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
Block a user