- First, generate code : http://www.google.com/uds/solutions/wizards/videobar.html
- Then, change videobar code by :
videoBar = new GSvideoBar (document .getElementById (‘videoBar-bar’),document.getElementById(‘player_root’),options);
- Put a div with “player_root” id where you want your video to be displayed
- Update your CSS with right width and height :
.playerInnerBox_gsvb .player_gsvb { width : 450px; height : 400px; }