Answer the question
In order to leave comments, you need to log in
How to make a media query by height?
Good afternoon, please tell me if it is possible to set media queries by height. For example, we can set , @media only screen and (max-width : 1600px){}
Ie if the screen is less than 1600 then these styles
Is it possible to somehow set if the height is less than 720 then these styles
If yes how the height is calculated. Ie the height of the browser (together with bookmarks, search, etc.) or without them?
Answer the question
In order to leave comments, you need to log in
<code lang="css">
@media only screen and (max-height : 768px){}
</code>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question