这是我的所有代码:
/* 1366 ----------- */
@media (min-width : 1326px) and (max-width : 1639px){
body {
background-image:url('http://evoxity.net/modules/themeconfigurator/img/bg768.jpg')!important;
background-repeat:no-repeat!important;
-moz-background-size:cover!important;
-o-background-size:cover!important;
background-size:fixed!important;
background-position:center!important;
background-attachment:fixed!important;
}
}
/* 1680 ----------- */
@media (min-width : 1640px) and (max-width : 1800px){
body {
background-image:url('http://evoxity.net/modules/themeconfigurator/img/bg1050.jpg')!important;
background-repeat:no-repeat!important;
-moz-background-size:cover!important;
-o-background-size:cover!important;
background-size:fixed!important;
background-position:center!important;
background-attachment:fixed!important;
}
}
/* 1920 ----------- */
@media and screen (min-width : 1800px){
body {
background-image:url('http://evoxity.net/modules/themeconfigurator/img/bg1200.jpg')!important;
background-repeat:no-repeat!important;
-moz-background-size:cover!important;
-o-background-size:cover!important;
background-size:fixed!important;
background-position:center!important;
background-attachment:fixed!important;
}
}
1920 运行良好,例如,如果我将 Windows 栏拖到其中一个站点,它会自动重新缩放并保持背景中的中间容器与网站的调整大小相匹配。
我尝试使用 1680 res 和一个名为“Screenfly”的网站,但容器卡在中间,所以我认为它仍然使用 1920 res,因为对 bg1050.jpg 的更改没有改变任何东西。
比我跳到 1366,因为我有一个具有该分辨率的笔记本,但结果是一样的。有什么建议如何让其他设备以 1920x1080 和 1920x1200 分辨率工作?