2

根据Brett Jankord 的跨浏览器 Retina/高分辨率媒体查询

Windows 8 手机不支持任何设备像素比媒体查询。

还有另一种方法可以使用 css 定位 Windows 手机吗?

(我不介意所有 Windows 手机都能获得高分辨率图像)

4

1 回答 1

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 */
}
于 2013-05-07T14:32:36.310 回答