iPad background for div blocks not spanning entire width of screen

前端 未结 8 1338
既然无缘
既然无缘 2020-12-04 23:01

I\'ve had a continued problem with div blocks stretching along the entire width of my iPad\'s screen. It seems to stop about 20 pixels from the right side of the screen.

相关标签:
8条回答
  • 2020-12-04 23:21

    You got the width size incorrect. But no need to worry. You just need to have 1024 instead of 1004.

    Hope this helps!

    0 讨论(0)
  • 2020-12-04 23:23

    this works

    <meta name="viewport" content="width=1003, initial-scale=1, maximum-scale=1">
    
    0 讨论(0)
提交回复
热议问题