Hello,
IFrame Lightboxes will not support any Custom Attributes. Consider using the Inline Lightbox instead. Example:
<a href="#html5-video-modal" data-lightbox="inline">HTML5 Video Modal</a>
<!-- Modal -->
<div class="modal1 mfp-hide" id="html5-video-modal">
<div class="d-block mx-auto" style="max-width: 700px;">
<video poster="images/videos/explore-poster.jpg" preload="auto" muted autoplay loop class="d-block w-100">
<source src='images/videos/explore.webm' type='video/webm' />
<source src='images/videos/explore.mp4' type='video/mp4' />
</video>
</div>
</div>
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.