0.99.3Re-added true720p, and total blackness feature true720p : new Array("True 720p", false, "Leave this on for all HD videos to load as 720p videos-- in 720p. bigMode must be on with this too."),
utterBlack : new Array("Total Black", false, "This will make cinema mode opaque black, as opposed to trasparent black."),Adjusted padding on the version number in options dialog #version {
float : right;
padding-left: 7px !important;
padding-right: 3px; Fixed cinema mode rendering bugvar playerCont=$("watch-player-div");
playerCont.style.position = "inherit";
player.style.position = "relative";
player.style.zIndex = 9000;Minor style changesplayer[(player.getPlayerState()==1 ? "pause" : "play") + "Video"](); Changed wmode from opaqueplayer.setAttribute("wmode", "transparent");
}}}</li>
|