Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- setTimeout(function() {
- var vidwidth = $("#live_embed_player_flash").width();
- if(vidwidth == 0) {
- setTimeout(this, 200);
- return;
- }
- $("#loading").fadeOut(100);
- $('#player').slideDown(400,function() {
- var setheight = (vidwidth / 16) * 9;
- $("#live_embed_player_flash").css( {"height" : setheight, 'margin-bottom' : '0'} );
- $("#live_embed_player_flash").height(setheight);
- $("#chat_embed").css( "height", setheight );
- });
- }, 200);
Add Comment
Please, Sign In to add comment