diff --git a/uffd/services/templates/overview.html b/uffd/services/templates/overview.html index f9af4dd9d48b5b4d2ceba19fdfc22b3ee21b92cd..7027676c40f21b2090769afee3becd86f4ebd71d 100644 --- a/uffd/services/templates/overview.html +++ b/uffd/services/templates/overview.html @@ -14,7 +14,7 @@ <div class="card-body"> {% if service.logo_url %} {% if service.url and service.has_access %}<a href="{{ service.url }}" class="text-reset">{% endif %} - <img alt="Logo for {{ service.title }}" src="{{ service.logo_url }}" style="width: 100%; height: 10em; {{ 'filter: grayscale(100%);' if not service.has_access }}"> + <img alt="Logo for {{ service.title }}" src="{{ service.logo_url }}" style="width: 100%; height: 10em; object-fit: contain; {{ 'filter: grayscale(100%);' if not service.has_access }}"> {% if service.url and service.has_access %}</a>{% endif %} {% endif %} <h5 class="card-title">