Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2503

[3.3.x] Styles Support & Discussion • background image cover

$
0
0
Hello,

I use this code for background image:

Code:

html {   background: url(images/bg.jpg) no-repeat center center fixed;   -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}
It does work as it should. But it seems that it causes the page scroll to be slowed down.
Anything I can do about it?

Statistics: Posted by Stoker 4.0 — Fri Jan 03, 2025 12:54 pm



Viewing all articles
Browse latest Browse all 2503

Trending Articles