Advertisement
mateon1

Plug.DJ big screen

Dec 7th, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Use "/big [width] [height]" to activate big screen
  2.  
  3. (function(undefined){function aud(e){t=$("#audience")[0];return t.hidden=e===undefined?!t.hidden:e}function bp(s,x,y){e=$("#playback");t=$("#playback-container");if(s){t[0].style.left="-195px";t[0].style.width=x+"px";t[0].style.height=y+"px"}else{t[0].style.left="35px";t[0].style.width="413px";t[0].style.height="231px"}}function s(x,y){bp(aud(),x,y)}API.on(API.CHAT_COMMAND,function(a){a=/\/big\s*(\d+)?\s*(\d+)?/.exec(a);console.log(a);s(a[1]||800,a[2]||600)})})()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement