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

前端 未结 7 1293
抹茶落季
抹茶落季 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条回答
  • 2020-12-08 23:16

    The issue is actually with the background-attachment fixed value if you change it to background-attachment: scroll for mobile devices it should fix the lag.

    0 讨论(0)
提交回复
热议问题