Moshe1010
Well-known member
I'm trying to auto-play all the youtube embed videos on my board as HD by default. This code worked for me since day 1:
For some reason, it stopped working. Any ideas what may have changed in terms of YouTube or maybe upgrading to 1.3 caused this to stop working?
Thanks.
Code:
<iframe width="700" height="385" src="https://www.youtube.com/embed/{$id}?wmode=opaque&vq=hd720" frameborder="0" allowfullscreen></iframe>
For some reason, it stopped working. Any ideas what may have changed in terms of YouTube or maybe upgrading to 1.3 caused this to stop working?
Thanks.