Aevann1 2022-07-11 15:18:05 +02:00
parent 27b1ed83cc
commit 68ba0f564c
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@
{% block Banner %}
{% if '@' not in request.path %}
{% if sub %}
{% if sub and SITE_NAME != 'WPD' %}
<a href="{{sub.banner_url}}">
<img alt="/h/{{sub.name}} banner" role="button" onclick="expandDesktopImage()" loading="lazy" src="{{sub.banner_url}}" width=100% style="object-fit:cover;max-height:min(42vh,30vw)!important">
</a>