Longlongyu / hexo-theme-Cxo

A cool ,simple & beautiful theme for Hexo. :mushroom:
MIT License
137 stars 36 forks source link

[提议]:主页头部背景图片增加属性background-position: center; #22

Closed JimZhu6 closed 5 years ago

JimZhu6 commented 5 years ago

文件定位是这个:Cxo\layout\includes\partial\header.pug 行号是第18行

- let bgStyle =  `background-image: url(${bgURL});background-position:center;`

增加了background-position: center;后不用担心调整浏览器时图片视口会固定在图片的某个地方,导致体验没那么好。

Longlongyu commented 5 years ago

收到意见并进行修改了。:smile: