luceos
Ahh, I see now.
Tbh I was confused by the W3 link because....ahhh😄.... I'm still using the same code you hooked me up with at the beginning.
/* ((2)) LUCEOS' MAIN PAGE BACKGROUND */
body {
background-image: url("https://asylum.flarum.cloud/assets/files/2024-08-10/1723247283-465702-compress-20240810-114658-8089.jpg?auto-compress&cs=tinysrgb&w=1260&h=750&dpr=2") !important;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
/* ((2)) LUCEOS' MAIN PAGE BACKGROUND */
Only changes I've made are adding the image url & changing background-size: cover cover;
to background-size: cover;
EDIT: Just noticed the slippage doesn't seem to occur with the PWA.
But does still occur while using browsers—although not exactly the same as it was in the OP screenshot slippage.
Now it's more like a flickering glitchy slippage.
And happens so quickly I can't even take a screenshot.