SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 16e3b8a4 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Slight loading improvements

parent 4f21de76
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@
img {
max-height: 100px !important;
width: auto !important;
}
}
}
......
......@@ -182,8 +182,7 @@
<ul id="fader">
{% for agreement in current_agreements %}
{% if agreement.partner.institution.logo %}
<li class="item"><img class="rounded" src="{{ agreement.partner.institution.logo.url }}" alt="Partner Logo"></li>
{# <div class="item"><img class="rounded" src="{{ agreement.partner.institution.logo.url }}" alt="Partner Logo"></div> #}
<li class="item"><img height="100" class="rounded" src="{{ agreement.partner.institution.logo.url }}" alt="Partner Logo"></li>
{% endif %}
{% endfor %}
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment