mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-02-16 11:31:07 +01:00
Resize card images if necessary
This commit is contained in:
parent
a61397f1f2
commit
ee3b4bdb72
@ -65,7 +65,7 @@
|
||||
<div class="column is-one-third">
|
||||
<figure>
|
||||
<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 }}">
|
||||
</a>
|
||||
</figure>
|
||||
|
Loading…
x
Reference in New Issue
Block a user