【问题标题】:Change the width of the title background image更改标题背景图片的宽度
【发布时间】:2016-04-29 13:08:01
【问题描述】:

这是我的网站。 http://hollywoodpress.biz/its-you-zayn-malik/我想改变标题背景图片的宽度。我从http://placeimg.com/这个站点获取图像,每次更新页面时,我都会得到不同的图像。但是图像尺寸设置为1000*400。所以图像水平重复。我想拉伸图像。我怎样才能做到这一点?请帮我。谢谢。

【问题讨论】:

    标签: wordpress css


    【解决方案1】:

    这样改代码,

    .gdlr-page-title-wrapper {
        background-size: contain;
        background-image: url('http://placeimg.com/1000/400/tech/sepia');
        background-repeat: no-repeat;
        background-position: top center;
    }
    

    .gdlr-page-title-wrapper {
        background-size: cover;
        background-image: url('http://placeimg.com/1000/400/tech/sepia');
        background-repeat: no-repeat;
        background-position: center center;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-11-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-10-16
      • 2014-03-04
      • 2014-10-03
      相关资源
      最近更新 更多