forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/expanded_video_modal.html

26 lines
1.2 KiB
HTML
Raw Normal View History

2021-08-08 18:46:27 +00:00
<!-- Expand Desktop Video Modal -->
<div class="modal desktop-expanded-video-modal" id="expandVideoModal" tabindex="-1" role="dialog" aria-labelledby="expandVideoModalTitle" aria-hidden="true">
<div class="modal-dialog modal-xl modal-dialog-centered mx-auto" role="document" style="width: fit-content;">
<div class="modal-content bg-transparent shadow-none m-5 m-md-0">
<div class="modal-body text-center p-0">
<div class="d-inline-block position-relative">
<a href="" ref="nofollow noopener" target="_blank" id="desktop-expanded-video-wrap-link">
2021-08-08 18:59:13 +00:00
<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;">
<iframe id="desktop-expanded-video" src="" frameborder="0" width="100%" height="100%" allowfullscreen="" style="width: 100%; height: 100%; position: absolute;">
</iframe>
</div>
2021-08-08 18:46:27 +00:00
</a>
<div class="position-absolute d-flex justify-content-between align-items-center w-100 mt-1">
<a href="" ref="nofollow noopener" target="_blank" class="text-gray-500 font-weight-bold text-left" id="desktop-expanded-video-link">View original</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="padding-top:5px; padding-bottom: 10px;"></div>