gpt4 book ai didi

css - 如何在 ghost-blog 中放置内联图像 css?

转载 作者:太空宇宙 更新时间:2023-11-04 02:11:45 24 4
gpt4 key购买 nike

我知道这是非常基本的查询,但我真的需要你的帮助。

我是 ghost 新手,使用 CSS 的 background-image:url 属性。

因为我不能在 css 文件中使用 ghost helpers,所以我必须将内联 css 放在 hbs 文件中。

我正在尝试这样做,但没有成功。

<div class="post-image" id="post-image" style='background: url("{{#if image}}{{/if}}")'>
<a href="{{url}}"></a>
</div>

最佳答案

它应该这样工作:

{{#if image}}
<div class="post-image" id="post-image" style="background: url({{image}})">
<a href="{{url}}"></a>
</div>
{{/if}}

关于css - 如何在 ghost-blog 中放置内联图像 css?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39614049/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com