Jquery Mobile - 使背景图像响应

时间:2014-03-20 12:52:19

标签: jquery-mobile background-image

我使用过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

但失败了。图像的宽度是响应的,但高度比原始图像小得多。

1 个答案:

答案 0 :(得分:3)

您可以使用此示例:http://jquerypicture.com/

重要的想法是(响应的基因)你必须使用媒体查询。

PS:请使用一个类来替代身体标签中的背景。