Background image width not 100% on iPad

前端 未结 2 2061
栀梦
栀梦 2021-01-20 01:21

My background images have not been spanning the full width of the browser when viewed on an iPad. This has happened more than once now, so it must be in the way I\'m writing

2条回答
  •  日久生厌
    2021-01-20 02:19

    Pretty sure iPad screen width is 1024px. Is that set anywhere?

    body{
     min-width:1024px;
    }
    

    Note: I've not got mine on me to test.

提交回复
热议问题