Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

detect portrait landscape css

 @media screen and (orientation:portrait) { … }
 @media screen and (orientation:landscape) { … }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #detect #portrait #landscape #css
ADD COMMENT
Topic
Name
1+8 =