View Single Post
Old 10-10-2012, 09:36 PM   PM User | #1
SMIDG3T
New Coder

 
Join Date: Jun 2012
Posts: 19
Thanks: 1
Thanked 0 Times in 0 Posts
SMIDG3T is an unknown quantity at this point
iPhone 4/4S/5 Media CSS Query

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.
SMIDG3T is offline   Reply With Quote