How to stop YouTube iframe embed from autoplaying -


i've made no code changes, in last few hours, embedded youtube videos (using new iframe html5 method) started autoplaying.

from searching around online, found recommended putting ?autoplay=0 in src url, doesn't work.

another suggestion said i'd have go old method, , that's 1 allows turn off autoplay.

i'd rather not that, if need to, bigger question is,

q1: there way stop autoplaying other reverting old embed?

side question: changed in past few hours made videos start autoplaying?

<iframe src="//www.youtube.com/embed/n2tlvo5ci4y?autoplay=0"      frameborder="0" allowfullscreen></iframe> 

i hear it's googlecast extension. disable close chrome run chrome should fixed now.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -