Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

media query for mobile landscape only

@media screen and (orientation:landscape) and
(min-device-width: 320px) and (max-device-width: 450px) {
   /* Input Styles */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #media #query #mobile #landscape
ADD COMMENT
Topic
Name
7+9 =