I am using the iOS YouTube Player helper (https://developers.google.com/youtube/v3/guides/ios_youtube_helper) and it works just fine but the preview image is not the size of
You can reset webView size in the following method:
- (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; // self.player.webView.bounds = CGRectMake(0, 0, self.player.bounds.size.width, self.player.bounds.size.height*1.5); [self.player.webView setNeedsDisplay]; }