浏览器变小时如何调整图片?

时间:2017-03-23 02:09:09

标签: css html5 css3

我希望在浏览器宽度减小时始终显示手势。

但是当浏览器的宽度减小时,手不再显示。

https://codepen.io/anon/pen/GWdEVR

<header>
  <div class="image"></div>
</header>

html, body { 
     height: 100%; 
}

* { 
     margin: 0; padding: 0; 
}

header {
    height: 70%;
}
.image {
    height: 100%;
    width: 100%;
    background: url("https://dl.dropboxusercontent.com/s/er5sypbyluenzco/Its%20ok.jpeg")no-repeat 0em -8em;
}

1 个答案:

答案 0 :(得分:1)

您需要将“center”添加到您的背景属性

=IF(rngIsVolatile,randArray,A1:A10)