Resolutie van scherm / monitor in pixels.
Algemene schermresoluties van bezoekers van rapidtables.org (2/2014):
| Schermresolutie | beeldscherm verhouding |
Gebruik | Schermgrootte / type |
|---|---|---|---|
| 1366x768 | 16: 9 | 19,1% | 14 '' notebook / 15,6 '' laptop / 18,5 '' monitor |
| 1920 x 1080 | 16: 9 | 9,4% | 21,5 '' monitor / 23 '' monitor / 1080p tv |
| 1280x800 | 8: 5 | 8,5% | 14 '' notebook |
| 320x568 | 9:16 | 6,4% | 4 '' iPhone 5 |
| 1440x900 | 8: 5 | 5,7% | 19 '' beeldscherm |
| 1280 x 1024 | 5: 4 | 5,5% | 19 '' beeldscherm |
| 320 x 480 | 2: 3 | 5,2% | 3,5 '' iPhone |
| 1600x900 | 16: 9 | 4,6% | 20 '' beeldscherm |
| 768 x 1024 | 3: 4 | 4,5% | 9,7 '' iPad |
| 1024 x 768 | 4: 3 | 3,9% | 15 '' beeldscherm |
| 1680x1050 | 8: 5 | 2,8% | 22 '' beeldscherm |
| 360 x 640 | 9:16 | 2,3% | |
| 1920x1200 | 8: 5 | 1,7% | 24 '' beeldscherm |
| 720 x 1280 | 9:16 | 1,6% | Galaxy S van 4,8 inch |
| 480 x 800 | 3: 5 | 1,1% | |
| 1360 x 768 | 16: 9 | 0,9% | |
| 1280x720 | 16: 9 | 0,9% | 720p tv |
U kunt de schermgrootte krijgen met de eigenschappen screen.width en screen.height .
U kunt de beschikbare schermgrootte krijgen met de eigenschappen screen.availWidth en screen.availHeight .
Bijvoorbeeld:
<script/
alert(screen.width+' x '+screen.height);
</script/