templates/components/modals/modal_video.html.twig line 1

Open in your IDE?
  1. <div class="modal fade" id="modal-video" tabindex="-1" role="dialog" aria-labelledby="{% trans %}Voir la video de prĂ©sentation{% endtrans %}" aria-hidden="true">
  2.     <div class="modal-dialog" role="document">
  3.         <div class="modal-content">
  4.             <div class="modal-header">
  5.                 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  6.                     <span aria-hidden="true">&times;</span>
  7.                 </button>
  8.             </div>
  9.             <div class="modal-body">
  10.                 <iframe src="https://www.youtube.com/embed/XV8xUWpYo1Y" style="width:100%; " loading="lazy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  11.             </div>
  12.         </div>
  13.     </div>
  14. </div>