halo-theme-sakura
halo-theme-sakura copied to clipboard
文章页面的图片显示宽度可不可以自定义一下呀
目前使用的 Sakura 版本?
2.4.3
目前使用的 halo 版本?
2.20
网站地址
No response
建议/问题
可不可以开放一个设置图片高度的设置呀?就像默认主题的这样
sakura图片的默认高度大多数时候显示的图片达不到想要的效果
这种建议直接使用 CSS 设置即可。
.page-header .pattern-center .pattern-attachment-img {
height: 50rem;
}