Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to set media query for both width and height in css

@media (min-height: 768px) and (max-height: 768px) and (min-width: 1366px) and (max-width: 1366px) { ... }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #media #query #width #height #css
ADD COMMENT
Topic
Name
9+8 =