mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2025-03-18 01:00:45 -04: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…
x
Reference in New Issue
Block a user