I am currently working with Django and I have a requirement to display multiple videos on one page. Is there anyone who knows how to prevent the videos from auto-starting in the iframe?
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="1280" height="720" src="/static/assets/img/examples/vi.mp4?&autoPlay=0" frameborder="0" &autoPlay="false"></iframe>
</div>