背景图像居中并调整大小而不保持纵横比
body {
background: url(images/Background.png) no-repeat center center scroll;
-webkit-background-size: cover
-moz-backgroun d-size: cover
-o-background-size: cover;
background-size: cover
}
所以基本上我需要更改上面的代码来调整大小而不保持宽高比。
预先感谢帮助我的他:)
body {
background: url(images/Background.png) no-repeat center center scroll;
-webkit-background-size: cover
-moz-backgroun d-size: cover
-o-background-size: cover;
background-size: cover
}
So basically I need to change the above code to resize WITHOUT keeping the aspect ratio.
Thanks in advance for him who helps me :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: