[SOLVED] Finding client screen resolution
Moderator: General Moderators
- Vash the Stampede
- Forum Newbie
- Posts: 7
- Joined: Tue Mar 30, 2004 6:15 pm
Finding client screen resolution
I was wandering if there is a way to find the clients screen resolution when they connect to your site? I was going to try to have my site ajust some images depending on their srceen resolution, like 1024x768, 800x600 and so on. Thanks
http://www.phpbuddy.com/article.php?id=8 might help (not really looked at it myself, but the topic seems right
)
Code: Select all
alert(screen.width+'x'+screen.height);- Vash the Stampede
- Forum Newbie
- Posts: 7
- Joined: Tue Mar 30, 2004 6:15 pm