1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2025-01-03 14:56:25 -05:00

Limit size of card images

This commit is contained in:
Jason McBrayer 2019-03-22 12:03:19 -04:00
parent c9e49b5525
commit 3296e9b685

View File

@ -66,7 +66,8 @@
<figure> <figure>
<a href="{{ toot.card.url }}"> <a href="{{ toot.card.url }}">
<img alt="{{ toot.card.title }}" <img alt="{{ toot.card.title }}"
src="{{ toot.card.image }}"> src="{{ toot.card.image }}"
class="image is-max-256">
</a> </a>
</figure> </figure>
</div> </div>