forked from MarseyWorld/MarseyWorld
20 lines
787 B
HTML
20 lines
787 B
HTML
<div class="modal" id="expandImageModal" tabindex="-1">
|
|
<div class="modal-dialog modal-dialog-centered">
|
|
<a id="imgnav-prev" class="btn btn-primary px-5 py-3 px-md-4 py-md-5 d-none">
|
|
<img b class="emoji mirrored" alt=":!marseyyes:" height="30" src="{{SITE_FULL_IMAGES}}/e/marseyyes.webp">
|
|
</a>
|
|
|
|
<div class="modal-body text-center p-0">
|
|
<a rel="noopener" target="_blank" id="expanded-image-wrap-link">
|
|
<img loading="lazy" alt="expanded image" class="rounded" id="expanded-image">
|
|
</a>
|
|
</div>
|
|
|
|
<a id="imgnav-next" class="btn btn-primary px-5 py-3 px-md-4 py-md-5 d-none">
|
|
<img b class="emoji" alt=":marseyyes:" height="30" src="{{SITE_FULL_IMAGES}}/e/marseyyes.webp">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<script defer src="{{'js/expanded_image_modal.js' | asset}}"></script>
|