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