<div class="w-100 d-block d-md-none"> </div>
<a href="#" role="button" data-bs-toggle="modal" data-bs-target="#popupVideo">
<span class="btn btn-danger round-btn-lg rounded-circle me-3 danger-btn-shadow"> <img src="localfoo/assets/hero/play.svg" width="15" alt="play"/>
</span></a>
<span class="fw-medium">Guarda il video 1</span>
<div class="modal fade" id="popupVideo" tabindex="-1" aria-labelledby="popupVideo" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<iframe class="rounded" style="width:100%;max-height:500px;" height="500px" src="localfoo/video/local.mp4" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="allowfullscreen"></iframe>
<a href="#" role="button" data-bs-toggle="modal" data-bs-target="#popupVideo2">
<span class="btn btn-danger round-btn-lg rounded-circle me-3 danger-btn-shadow"> <img src="localfoo/assets/hero/play.svg" width="15" alt="play"/>
</span></a>
<span class="fw-medium">Guarda il video 2</span>
<div class="modal fade" id="popupVideo2" tabindex="-1" aria-labelledby="popupVideo" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<iframe class="rounded" style="width:100%;max-height:500px;" height="500px" src="localfoo/video/test.mp4" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="allowfullscreen"></iframe>
Prova a copiare questo e incollalo al posto del tuo codice