1. Home
  2. Css
  3. Media query - orientation landscape

Target device's orientation. Use landscape or portrait value.

#css#media#responsive
@media screen and ( orientation: landscape ) {
    ...
}
copy
Full Css cheatsheet