mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -05:00
Limit size of card images
This commit is contained in:
parent
c9e49b5525
commit
3296e9b685
@ -66,7 +66,8 @@
|
||||
<figure>
|
||||
<a href="{{ toot.card.url }}">
|
||||
<img alt="{{ toot.card.title }}"
|
||||
src="{{ toot.card.image }}">
|
||||
src="{{ toot.card.image }}"
|
||||
class="image is-max-256">
|
||||
</a>
|
||||
</figure>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user