Set background image according to screen resolution

后端 未结 7 654
北恋
北恋 2020-12-12 21:57

I would like to be able to change my webpage background image according to the screen resolution the user uses so:

if screen resolution is greater than or equal to 1

7条回答
  •  时光说笑
    2020-12-12 22:19

    Hi heres a javascript version which changes the background image src according to screen resolution. You have to have the different images saved in the right size.

    
        
    Javascript Change Div Background Image        
        
    
    
    
                
    
    

    This Javascript Example will change the background image of
    HTML Div Tag onload using javascript screen resolution.

    paragraph


提交回复
热议问题