我希望能够在调整大小时重现此网站图像的行为.
看起来背景图像具有中心点,当图像无法保持其比例尺时,图像开始裁剪.
这是一个例子:
http://themes.evgenyfireform.com/wp-jad/
现在我的背景有以下css:
#bg {
position: fixed;
top: 0;
left: 0px;
width:100%;
}
Run Code Online (Sandbox Code Playgroud)
问题是它是固定的,我希望它在图像无法缩放时进行裁剪.