Is it possible to have a different theme display if someone views the site using a lower resolution? I am not talking about a mobile device. I mean if someone issuing their pc with a very low resolution.
Will something like this work??
var screenWidth = window.screen.width,
screenHeight = window.screen.height;
Thanks folks!
OK-I think I know how to do this but it does not seem to easy. If anyone knows of a mod please let me know.-