Test Media Queries
Screen: px
Viewport: px
Visual Viewport: px
Body width: px
CSS width:
CSS-file: mobile
CSS-file: plate small
CSS-file: plate large
CSS-file: full
media="only screen and (min-width: 1310px)"
media="only screen and (max-width: 1309px)"
media="only screen and (min-width: 768px) and (max-width: 1024px)"
media="only screen and (max-width: 1080px)"
media="(orientation : landscape)"
media="(orientation : portrait)"
media="only screen and (max-width: 767px)"
media="handheld"
media="only screen and (min-resolution: 144dpi)"
media="only screen and (-webkit-min-device-pixel-ratio : 1.5)"
media="only screen and (min-device-pixel-ratio : 1.5)"
media="only screen and (-moz-min-device-pixel-ratio: 2)"
media="only screen and (-webkit-min-device-pixel-ratio : 2)"
media="only screen and (min-device-pixel-ratio : 2)"
media="only screen and (-moz-min-device-pixel-ratio: 2)"