rDrama/files/templates/modals/expanded_image.html

14 lines
601 B
HTML
Raw Normal View History

<div class="modal desktop-expanded-image-modal" id="expandImageModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-xl modal-dialog-centered mx-auto 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" target="_blank" id="desktop-expanded-image-wrap-link">
2022-12-30 17:20:10 +00:00
<img loading="lazy" alt="expanded image" class="img-fluid rounded" id="desktop-expanded-image">
2022-05-04 23:09:46 +00:00
</a>
2022-08-26 00:38:22 +00:00
</div>
</div>
2022-05-04 23:09:46 +00:00
</div>
</div>
</div>