Hi all,
I'm wanting to have a line of code that will target all the devices in the Title.
Basically, the Retina Display code.
Here is what I have already (for iPhone 5)
Code:
<link rel="stylesheet" type="text/css" href="Mobile.css" media="only screen and (max-device-width: 480px), only screen and
(min-device-width: 640px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2)" />
Many thanks.