You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to figure this out via the Youtube API doumentation.
Open up the jquery.tubular.1.0.js file.
Find playerVars (On Line# 56 as of this version.)
Add rel: 0
So it will look something like this:
playerVars: {
rel: 0,
controls: 0,
showinfo: 0,
modestbranding: 1,
wmode: 'transparent'
},
Original issue reported on code.google.com by
[email protected]
on 26 Apr 2014 at 4:46The text was updated successfully, but these errors were encountered: