Return max image preview dimension to 128px

This commit is contained in:
Jason McBrayer 2018-05-30 12:53:22 -04:00
parent 6c855dbaae
commit 351c0ea2e2
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
{% if media.description %}
title="{{ media.description }}"
{% endif %}
class="image is-max-256">
class="image is-max-128">
</a>
{% endfor %}
</div>