cvxvi2 / WLS-Rewritten

Windows Live Spaces Rewritten Server
0 stars 0 forks source link

Theme background image scaling and positioning #10

Open HappySlappyFace opened 1 month ago

HappySlappyFace commented 1 month ago

Solution:

CSS file: themes/themeName/higspacescontrols.css

.BodyBG {
  ...

  background-position: center;
  background-size: cover;
}

The css files contain 2 declarations of the BodyBG class, delete one of them

Tested Themes:

cvxvi2 commented 1 month ago

Applied to pa_nightcity live and seems to work well, needs an option per theme to toggle on/off.