移动的响应背景

时间:2016-06-22 14:13:11

标签: html css

我有一个快速响应的网站,但我的背景并没有正确显示电话(iphone6)我还没有尝试过其他手机。我的背景只是放大我的手机,看起来很糟糕,想要让它适应移动屏幕。我的网站是www.orangegsm.hu我尝试用css:封面代码是我用的代码现在:

#background
{
    background-attachment: fixed;
    background-image: url("../img/bg1.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    width: 100%;
    z-index: -2;
}

谢谢!

0 个答案:

没有答案