currently not possible, but you can add whatever parameter in plugins/wp-youtube-lyte/lyte/lyte-min.js in this line;
tH.innerHTML='<iframe id="iF_'+vid+'" width="'+tH.clientWidth*2+'" height="'+aHgh+'" src="'+eU+"autoplay="+aP+"&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd="+hidef+qsa+'" frameborder="0" style="'+aSt+'" allowfullscreen></iframe>';
so you could turn that into;
tH.innerHTML='<iframe id="iF_'+vid+'" width="'+tH.clientWidth*2+'" height="'+aHgh+'" src="'+eU+"autoplay="+aP+"&fs=0&allowfullscreen=0&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd="+hidef+qsa+'" frameborder="0" style="'+aSt+'" allowfullscreen></iframe>';
hope this helps,
frank
Hi Frank,
will this be added in the future? For us only the lyte shortcode works and it would be great to be able to do:
[lyte id=”DGRbSe44Xno” modestbranding=”1″ autohide=”1″ showinfo=”0″ /]
Plans for this? I now I could edit the js code but it will be gone at the next update so I try to avoid that.
Best,
Elmar
-
This reply was modified 9 years, 5 months ago by
EasyEl.
Hi elmar;
maybe try the trick (feature) explained in this thread?
hope this helps,
frank
Frank, I tought about it but never actually tried it. Awesome that this works. Great news!
Best,
El