I tried using browser component.set width/height and its not working, the component is extremely small to the point where its not visible, I only tested it by clicking on it and hearing audio.
BrowserComponent browser = new BrowserComponent();
browser.setHeight(1000);
browser.setWidth(1000);
browser.setURL("https://www.youtube.com/embed/dV9fKsjkJDQ/");