Im trying to revive this thread, i couldn't find a solution to stretch the screen for browsers, i have a question, doesn't Browser plugin offer Screen expression like this:
function detect(){
if(screen.width<1280||screen.height<1024){
alert("This web page is best viewed with a screen resolution of 1280 by 1024 or higher. Your current resolution is "+screen.width+" by "+screen.height+". If possible please change your resolution.")
}
else{
alert("Whoa, you have a high resolution. Nice Job!")
}