[jQuery] Re: Getting the DPI

2009-01-10 Thread Ricardo Tomasi
That won't give you DPI as you can't find out the monitor size. It's just impossible, web pages are meant to be resolution independent. On Jan 10, 1:01 pm, Stefan wrote: > DPI is a measurement in printing. If you mean the screen resolution > you can use screen.width and screen.height. > > On Jan

[jQuery] Re: Getting the DPI

2009-01-10 Thread Stefan
DPI is a measurement in printing. If you mean the screen resolution you can use screen.width and screen.height. On Jan 9, 11:58 pm, ron1972 wrote: > Is there a way to get the monitor's dots per inch using jquery? > I've been searching and searching..but haven't had any luck. > Thanks > Ron