The device-width
and device-height
media queries use the width and height of the screen, in physical pixels.
The media query device-width
should use the same value as screen.width
; i.e. the width of the screen.
The media query device-height
should use the same value as screen.height
; i.e. the height of the screen.