Sunny
Sunny
Hope this helps : ) Swift: `let playvarsDic = ["controls": 1, "playsinline": 1, "autohide": 1, "showinfo": 1, "autoplay": 1, "modestbranding": 1]` `YoutubePlayer.load(withVideoId: youtubeKey, playerVars: playvarsDic)` Objective-C: `NSDictionary *playvarsDic = @{...
@csbubbles You can take a look at this. Youtube had defined the parameters already. I don't think we can change it here. [https://developers.google.com/youtube/player_parameters?playerVersion=HTML5.](url) P.S. The link is correct. If it...
@paulincai It seems like some weird thing happens lol. Just copy paste the link then.