Resize card images if necessary

This commit is contained in:
Jason McBrayer 2019-02-14 19:18:02 -05:00
parent a61397f1f2
commit ee3b4bdb72
1 changed files with 1 additions and 1 deletions

View File

@ -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>