Answer the question
In order to leave comments, you need to log in
How to force the browser to open the mobile version in landscape orientation?
I created this media query for mobile devices:
@media only screen and ( max-width : 768px ) {}
Everything is fine, but as soon as I turn the phone to landscape orientation, the desktop version opens.
Tried to create something like:
@media only screen and (max-width : 768px) and (orientation:portrait), (max-width : 768px) and (orientation:landscape) {}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question