1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-29 17:55:24 +00:00

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

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>