markdown 将背景图像添加到密码页面

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 将背景图像添加到密码页面相关的知识,希望对你有一定的参考价值。

**Theme:** 

Brooklyn

**Version(s) successfully tested on:** 

5.0.0

**Recommended design time:** 

5 mins

----

## What you have
[![alt](https://screenshot.click/06-24-u7fda-oheav.jpg)](https://screenshot.click/06-24-u7fda-oheav.jpg)

## What you want
[![alt](https://screenshot.click/06-24-nshcd-pi2zy.jpg)](https://screenshot.click/06-24-nshcd-pi2zy.jpg)

----

## What you do

**Step 1:**

Open **password-content.liquid**

**Step 2:**

Paste this at the very top:
```
{% style %}
.password-page__wrapper {
    background-image: url({{ section.settings.password_background | img_url: '2400x2400' }});
}
{% endstyle %}
```

**Step 3:**

Add this to the schema below the "Opening soon" default message:

```
      {
      "type": "image_picker",
      "id": "password_background",
      "label": "Background image"
      },```

----

**Additional notes:** 

**Alternative keywords:** 

以上是关于markdown 将背景图像添加到密码页面的主要内容,如果未能解决你的问题,请参考以下文章

markdown 将图像添加到Gist.markdown中的markdown文件

markdown 将特色图像添加到RSS源。

markdown 将语言设置添加到“显示特色图像,直到选择变体”帮助文档

是否可以将背景位置添加到 img /asp:image 标签

如何使用 jQuery 向此页面添加背景图像?

markdown 将模块设置页面添加到admin / config页面