fix resize banner

This commit is contained in:
localhost_frssoft 2023-11-06 18:05:24 +03:00
parent 4d240f9ca0
commit 44f8a72a76
2 changed files with 2 additions and 1 deletions

View File

@ -642,6 +642,7 @@ kbd {
.profile-banner {
width: 100%;
max-height: 500px;
}
.block-label,

View File

@ -135,7 +135,7 @@
<summary>Banner</summary>
<div class="user-profile-img-container">
<a class="img-link" href="{{.User.Header}}" target="_blank">
<img class="profile-banner" src="{{.User.Header}}" alt="profile-header" height="500" loading="lazy" />
<img class="profile-banner" src="{{.User.Header}}" alt="profile-header" loading="lazy" />
</a>
</div>
</details>