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
How can I remove the default UI of the player? I have built the Iframe with controls as O but what about removing the title and the share button plus the youtube logo at the bottom right?
It seems to appear when the video starts playing, is buffering, or is paused.
What I've tried
IFramePlayerOptions options = new IFramePlayerOptions.Builder().controls(0).ivLoadPolicy(3).rel(0).build();
The text was updated successfully, but these errors were encountered:
Question / Problem
Summary
How can I remove the default UI of the player? I have built the Iframe with controls as O but what about removing the title and the share button plus the youtube logo at the bottom right?
It seems to appear when the video starts playing, is buffering, or is paused.
What I've tried
IFramePlayerOptions options = new IFramePlayerOptions.Builder().controls(0).ivLoadPolicy(3).rel(0).build();
The text was updated successfully, but these errors were encountered: