Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

all ipad Resolutio css

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .ipad-portrait { color: red; } /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .ipad-landscape { color: blue; } /* your css rules for ipad landscape */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ipad #Resolutio #css
ADD COMMENT
Topic
Name
1+4 =