I'm generating a chromeless YouTube player on my webpage using YouTube's JavaScript API. I was hoping to somehow remove the YouTube logo in the bottom right hand corner of the player using the 'modestbranding' parameter I'm aware of, but I've only been able to find it in documents relating to the iFrame API.
Is it possible to use this parameter somehow in the JavaScript API?