iPhone 6 and 6 Plus Media Queries
问题 Does anyone know specific screen sizes to target media queries for iPhone 6 and 6 Plus? Also, the icon sizes and splash screens? 回答1: iPhone 6 Landscape @media only screen and (min-device-width : 375px) // or 213.4375em or 3in or 9cm and (max-device-width : 667px) // or 41.6875em and (width : 667px) // or 41.6875em and (height : 375px) // or 23.4375em and (orientation : landscape) and (color : 8) and (device-aspect-ratio : 375/667) and (aspect-ratio : 667/375) and (device-pixel-ratio : 2) and