Heres my code
<link rel="stylesheet" media="screen and (max-width: 568px)" href="mobcss.css" />
(target media is iphone5)
It is possible to add “webkit-min-device-pixel-ration:2 or min-resolution:2dppx” in my link element as in linecode?
and how it is?