same as last commit

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-05 05:38:32 +02:00
parent c870198188
commit 6648e619ec
2 changed files with 7 additions and 1 deletions

View File

@ -6334,3 +6334,9 @@ div.markdown {
.actionbtns > form > * {
margin-bottom: 10px !important;
}
#desktop-expanded-image {
height:80vh;
border:5px white solid;
-o-object-fit: contain;
object-fit: contain;
}

View File

@ -4,7 +4,7 @@
<div class="modal-body text-center p-0">
<div class="d-inline-block position-relative">
<a href="/" rel="nofollow noopener" target="_blank" id="desktop-expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" src="" class="img-fluid rounded" id="desktop-expanded-image" style="height:90vh;border:5px white solid">
<img loading="lazy" alt="expanded image" src="" class="img-fluid rounded" id="desktop-expanded-image">
</a>
</div>
</div>