freaktechnik

twitchstream.js from Line #74

Apr 26th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                     setTimeout(function() {
  2.                         $("#loading").fadeOut(100);
  3.                         $('#player').slideDown(400,function() {
  4.                             var vidwidth = $("#live_embed_player_flash").width();
  5.                             var setheight = (vidwidth / 16) * 9;
  6.                             $("#live_embed_player_flash").css( {"height" : setheight, 'margin-bottom' : '0'} );
  7.                             $("#live_embed_player_flash").height(setheight);
  8.                             $("#chat_embed").css( "height", setheight );
  9.                         });
  10.                     }, 200);
Add Comment
Please, Sign In to add comment