make expanded images' size be at least 50% of window width

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-20 00:46:36 +02:00
parent ccd4dfa6ee
commit b5df4bca40
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div class="modal-body text-center p-0">
<div class="d-inline-block position-relative">
<a href="/" rel="nofollow noopener noreferrer" target="_blank" id="desktop-expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" referrerpolicy="no-referrer" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 250px;">
<img loading="lazy" alt="expanded image" referrerpolicy="no-referrer" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 250px;min-width: max(250px,50vw)">
</a>
<div class="position-absolute d-flex justify-content-between align-items-center w-100 mt-1">
<a href="/" rel="nofollow noopener noreferrer" target="_blank" class="text-gray-500 font-weight-bold text-left" id="desktop-expanded-image-link">View original</a>