mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -05: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…
Reference in New Issue
Block a user