Hello,
I use this code for background image: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?
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;}
Anything I can do about it?
Statistics: Posted by Stoker 4.0 — Fri Jan 03, 2025 12:54 pm