我使用过Jquery Mobile
。我添加了像<body background ="6.jpg">
这样的背景图片。
我想让背景图片响应。我应该遵循什么过程才能使其响应?请建议。
更新
我尝试过使用此
body {
background: url(6.jpg) ;
background-size:cover;
}
.ui-page {
background: transparent;
background-repeat: no-repeat;
}
.ui-content{
background: transparent;
}
点击此链接Stacjoverflow
但失败了。图像的宽度是响应的,但高度比原始图像小得多。
答案 0 :(得分:3)