我要求我只想定位Ipad设备而不是浏览器视图( ctrl + shift + m :for Mozilla
)
我正在使用@media only screen and (min-device-width : 768px) and (-webkit-device-pixel-ratio : 1) and (orientation : portrait)
,但它无效。
答案 0 :(得分:0)
指定设备像素比时,请尝试将“1”更改为“2”。
(-webkit-device-pixel-ratio : 2)