KM iPad 1 & 2 + iPad Mini Media Query Shared by Kevin Mandeville, 2015-08-19 12:40:51 Tagged: Media Query, iPad Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { {style} } View this Snippet
KM iPad 3 & 4 Media Query Shared by Kevin Mandeville, 2015-08-19 12:41:16 Tagged: Media Query, iPad Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { {style} } View this Snippet