【问题标题】:how to fix background image on resize and zoom?如何在调整大小和缩放时修复背景图像?
【发布时间】:2016-10-07 02:47:03
【问题描述】:

我在我的 HTML 页面上添加了背景图片。我希望它在所有屏幕尺寸和缩放(放大/缩小)上都得到修复。

这是解决问题的笔:LINK

CSS 是:

body {
  color: #fff;
    background: url("http://cdn.wonderfulengineering.com/wp-content/uploads/2016/01/Live-Wallpaper-1.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

告诉我我应该如何接近:) xD

【问题讨论】:

    标签: html css image background


    【解决方案1】:

    添加这个:

    background-attachment: fixed;
    background-position: center; 
    

    【讨论】:

    • Np,很高兴为您提供帮助 :)
    猜你喜欢
    • 2016-01-05
    • 1970-01-01
    • 1970-01-01
    • 2019-07-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-04-30
    • 1970-01-01
    相关资源
    最近更新 更多