forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-06 06:46:48 +02:00
parent b2e77a1006
commit 735617f51f
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@
<div class="row">
<div class="col px-0">
<a rel="nofollow noopener noreferrer" href="{{u.banner_url}}" {% if not v or v.newtabexternal %}target="_blank"{% endif %}>
<img height="100" width="100%" loading="lazy" src="{{u.banner_url}}" style="object-fit: cover;">
<img style="object-fit: cover !important;" height="100" width="100%" loading="lazy" src="{{u.banner_url}}">
</a>
</div>
</div>