forked from rDrama/rDrama
1
0
Fork 0

make the expanded image buffers also a thing on desktop

master
Aevann1 2022-08-30 04:05:04 +02:00
parent 2aaed858d2
commit f1c9487001
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
<div class="modal-content bg-transparent shadow-none">
<div class="modal-body text-center p-0">
<div class="d-inline-block position-relative">
<div class="d-md-none" style="height:50px" data-bs-dismiss="modal"></div>
<div style="height:50px" data-bs-dismiss="modal"></div>
<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;min-width: max(250px,50vw)">
</a>
<div class="d-md-none" style="height:50px" data-bs-dismiss="modal"></div>
<div style="height:50px" data-bs-dismiss="modal"></div>
</div>
</div>
</div>