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

View File

@ -18,6 +18,13 @@
{% block pagetype %}userpage{% endblock %}
{% block title %}
<style>
.wtf {
object-fit: cover !important;
}
</style>
<script src="/assets/js/userpage.js?v=10"></script>
<title>{{u.username}}'s profile - {{'SITE_NAME' | app_config}}</title>
{% if u.is_private %}
@ -351,7 +358,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 style="object-fit: cover !important;" height="100" width="100%" loading="lazy" src="{{u.banner_url}}">
<img class="wtf" height="100" width="100%" loading="lazy" src="{{u.banner_url}}">
</a>
</div>
</div>