1
我有模式boostpps中的視頻。我無法弄清楚如何去做,在視頻結尾處關閉模式。在視頻結尾處關閉模式
<section class="video">
<button type="button" class="btn btn-lg video__btnModal" data-toggle="modal" data-target="#video__btnModal">VIDEO</button>
<div id="video__btnModal" tabindex="-1" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<video controls id="video1" style="width: 100%; height: auto; margin:0 auto; frameborder:0;">
<source src="./assets/video/video.mp4" type="video/mp4">
<source src="./assets/video/video.mov" type="video/mov">
</video>
</div>
</div>
</div>
</div>
</section>
非常感謝您睦h爲你的幫助 – DenisMasot