mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Limit size of card images
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user