I have a doubt about the iframe tag in html since I have this tag in a modal and whenever I load the page the video that has this tag starts playing without having even opened this modal, any idea about this event? Any way to make it play only when you play it in the btn of the play or only when the modal opens?
<div id="modal{{$filesVideo->id}}" class="modal">
<div class="modal-content center-align">
<iframe class="responsive-video" src="{{'../images/video/'.$filesVideo->name}}" frameborder="0" allowfullscreen></iframe>
</div>
</div>