如何使用javascript/jquery或屬性HTML5禁用iframe中的自動播放功能,我禁用了iframe中的自動播放功能。在iframe中禁用了html5或javascript的自動播放功能
代碼:
<div id="vds" class="embed-responsive embed-responsive-16by9" style="margin-top: -100px;">
<iframe class="embed-responsive-item" {% if profil.pageAccueil %}{%if profil.pageAccueil.video!=""%}src="{{profil.pageAccueil.video}}"{%else%} {{pageAccueil.video}} {%endif%}{%endif%}></iframe>
</div>
你能告訴你的代碼?請閱讀http://stackoverflow.com/help/mcve – lxx
我編輯我的問題,我讓我的代碼 –