My fixed background made scrolling the site very slow, what can I do to improve it?

前端 未结 7 1294
抹茶落季
抹茶落季 2020-12-08 22:38

I changed the background of my discussion forum using the CSS below

http://forum.antinovaordemmundial.com

html {
    background: url(http://antinovao         


        
7条回答
  •  -上瘾入骨i
    2020-12-08 22:58

    I thought I would just contribute here. Rather than use background-attachment: fixed; use :before and position: fixed; problem sorted. I ran into this same problem.

    Read more here: http://fourkitchens.com/blog/article/fix-scrolling-performance-css-will-change-property

提交回复
热议问题