mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Resize card images if necessary
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
<div class="column is-one-third">
|
<div class="column is-one-third">
|
||||||
<figure>
|
<figure>
|
||||||
<a href="{{ toot.card.url }}">
|
<a href="{{ toot.card.url }}">
|
||||||
<img class="image" alt="{{ toot.card.title }}"
|
<img class="image is-max-256" alt="{{ toot.card.title }}"
|
||||||
src="{{ toot.card.image }}">
|
src="{{ toot.card.image }}">
|
||||||
</a>
|
</a>
|
||||||
</figure>
|
</figure>
|
||||||
|
Reference in New Issue
Block a user