Get client aspect ratio or screen resolution
Get client aspect ratio or screen resolution
I want to send them a screen overlay but the problem is that the overlay contains a square picture. So I prepared two overlays - for widescreen and for 4:3. Is there any way to determine client's aspect ratio?
Tried to get screen resolution via this page
It only shows widht/height of the motd HTML area.
Syntax: Select all
<!doctype html>
<html>
<head>
<title>Screen Resolution Detector</title>
<style type="text/css">
html, body
{
background-color: #fff;
}
</style>
</head>
<body>
<script>
document.write(''+screen.width+' '+screen.height);
</script>
</body>
</html>
It only shows widht/height of the motd HTML area.
Return to “Plugin Development Support”
Who is online
Users browsing this forum: No registered users and 70 guests