css3 - How to target only Ipad device not a browser view -
i have requirement want target ipad device not browser view (ctrl + shift + m : for mozilla
)
i using @media screen , (min-device-width : 768px) , (-webkit-device-pixel-ratio : 1) , (orientation : portrait)
not working .
try changing "1" "2" when specifying device pixel ratio.
(-webkit-device-pixel-ratio : 2)
css3
No comments:
Post a Comment