Screen Resolution from log files

I don't think that type of information is volunteered by the browser during a simple http request. Websites usually employ a piece of Javascript to get that type of information and feed it to e.g. CSS to match the lay-out of a page to a visitor's browser resolution. There are probably plenty of examples if you google for 'browser resolution javascript' or something like that.
 
Back
Top