sponsor logo sizes
This commit is contained in:
parent
55c548c872
commit
b18ddd74b4
|
@ -43,7 +43,7 @@
|
||||||
{% if sponsors %}
|
{% if sponsors %}
|
||||||
Supported by: <br />
|
Supported by: <br />
|
||||||
{% for s in sponsors %}
|
{% for s in sponsors %}
|
||||||
{% thumbnail s.logo "120" crop="center" as thumb %}
|
{% thumbnail s.logo "120x80" crop="center" as thumb %}
|
||||||
{% if s.url %} <a href="{{ s.url }}" target="_blank"> {% endif %}
|
{% if s.url %} <a href="{{ s.url }}" target="_blank"> {% endif %}
|
||||||
<img alt="{{ s.name }}" src="{{ thumb.url }}" /> <br />
|
<img alt="{{ s.name }}" src="{{ thumb.url }}" /> <br />
|
||||||
{% if s.url %} </a> {% endif %}
|
{% if s.url %} </a> {% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user