ComputerEngineer

September 13th, 2014 at 4:57 PM ^

Here's a short piece of code to get a bigger liveblog window.  Copy this code, press f12, click on console, paste the code, and press enter.

 

var x = document.getElementById("BlyveEvent");
x.height = 600;
x.width = 550;