limit sponsor images to 300px wide

This commit is contained in:
Thomas Steen Rasmussen 2017-09-16 10:08:23 +02:00
parent 0a049b3b6d
commit e3e574298e

View file

@ -35,7 +35,7 @@ Sponsors | {{ block.super }}
{% if sponsor.url %} {% if sponsor.url %}
<a href="{{ sponsor.url }}"> <a href="{{ sponsor.url }}">
{% endif %} {% endif %}
<img class="img-responsive center-block" src="{{ sponsor.logo }}" /> <img class="img-responsive center-block" src="{{ sponsor.logo }}" width="300" />
{% if sponsor.url %} {% if sponsor.url %}
</a> </a>
{% endif %} {% endif %}