Welcome, Guest
Username Password: Remember me

Hide Content Based on Device Orientation?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Hide Content Based on Device Orientation?

Hide Content Based on Device Orientation? 12 years ago #8851

Is there a way to hide/show content based on the way a phone is oriented? (i.e. Portrait versus Landscape)

Thanks in advance!

Re: Hide Content Based on Device Orientation? 12 years ago #8852

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
There are 2 solutions:
1. Use of css media queries
@media (orientation:portrait) { ... }
@media (orientation:landscape) { ... }


2. Use of javascript to do something depending on window.orientation property (and handle orientationchange or resize events).
  • Page:
  • 1
Time to create page: 0.06 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.