2013-05-07 56 views

回答

1

文章接着往下說,IE不支持min-resolution但只有dpi

@media 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx) { 
    /* Retina-specific stuff here */ 
} 
+5

可悲的是,報告的分辨率是96dpi,而不是實際的306 PPI。我不確定是否該微軟故障或製造商。提醒我http://xkcd.com/221/ – 2013-05-07 15:04:26

+0

你是對的,這裏有一個可能的解決方案http://stackoverflow.com/questions/14654425/detecting-hidpi-windows-phone-8-devices#answer- 14658515 – MarZab 2013-05-07 15:15:18