Mysterious horizontal lines on my site when rendered on iPad

前端 未结 9 1384
半阙折子戏
半阙折子戏 2021-02-08 05:30

The following site:

http://staging.jungledragon.com

Has a few rendering issues on the iPad using Safari, so I\'m trying to fix them. There is one issue where I a

9条回答
  •  渐次进展
    2021-02-08 05:45

    An alternative is to specify the size of the background. This can be done with the css selector "background-size".

    If your background image is 40 pixels high, the following code will prevent horizontal lines from showing up on the iPad: { background-size: 100% 40px }

提交回复
热议问题