Disable landscape-mode for mobile devices
Hi there i created a responsive mobile website using this: max-width(480px) {etc..} + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> For every mobile device the website looks the same => great. But when i change to landscape there is more than 480px and the website-variation of the desktop displays. Is there any possibility to disable the auto-rotate or to show the portrait-mode on mobile-device even if there is more than 480px? Greetings You can try and target specific orientation with your media query: @media max-width(600px) and