Properti logicalYDPI DOM HTML
Definisi dan Penggunaan
Properti logicalYDPI dapat mengembalikan angka poin standar arah vertikal per inci layar papan layar.
Penggunaan Bahasa
screen.logicalYDPI
Contoh
<html> <body> <script type="text/javascript"> document.write("<p>Logical YDPI: ") document.write(screen.logicalYDPI + "</p>") </script> </body> </html>