The YouTube Watermark remains, even when setting modestbranding={true}. I believe it might be related to how the playerVars are set in the .html file?
If anyone else is wondering about this... its due to the fact you cannot have showinfo={false} AND modestbranding={false} ... apparently Google/YouTube allows only one of those options to be set. More info at: http://stackoverflow.com/a/35174042/6019768 closing this issue! :)
I am unable to hide the youtbe button which is present at the bottom right of the video. Even when i set
modestbranding={true} and showinfo={false} still I am not able to remove the youtube button ?
Most helpful comment
If anyone else is wondering about this... its due to the fact you cannot have
showinfo={false}ANDmodestbranding={false}... apparently Google/YouTube allows only one of those options to be set. More info at: http://stackoverflow.com/a/35174042/6019768 closing this issue! :)