我在 Safari 中遇到问题,它不能缩放背景 - 它在 Firefox、Chrome 等中完美运行,这就是问题所在……你可以在这里看到它:http ://wearewebstars.dk/frontend /test/theme-front.html
当您的分辨率低于 1280 像素时会发生这种情况 - 有什么想法是错误的吗?
背景是这样设置的:
body#front-themepage { background: transparent url(assets/css/img/themes/bg-front.jpg) top center no-repeat; width:100%; }
我也尝试过 background-size:cover - and background-size: 100%, 100%,但它确实有效:(