rDrama/files/templates/expanded_image_modal.html

14 lines
729 B
HTML
Raw Normal View History

2022-05-04 23:09:46 +00:00
<div class="modal desktop-expanded-image-modal" id="expandImageModal" tabindex="-1" role="dialog" aria-labelledby="expandImageModalTitle" aria-hidden="true">
2022-08-19 21:41:43 +00:00
<div class="modal-dialog modal-xl modal-dialog-centered mx-0 expandedimage" role="document">
2022-05-04 23:09:46 +00:00
<div class="modal-content bg-transparent shadow-none">
2022-08-19 14:03:34 +00:00
<div class="modal-body text-center p-0">
2022-05-04 23:09:46 +00:00
<div class="d-inline-block position-relative">
<a href="/" rel="nofollow noopener noreferrer" target="_blank" id="desktop-expanded-image-wrap-link">
2022-08-19 21:41:43 +00:00
<img loading="lazy" alt="expanded image" referrerpolicy="no-referrer" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 100vw">
2022-05-04 23:09:46 +00:00
</a>
</div>
</div>
</div>
</div>
2022-02-22 10:09:34 +00:00
</div>