css - how to stretch and auto-resize background image

前端 未结 6 1814
再見小時候
再見小時候 2020-12-17 21:24

I\'m trying to get my background image to stretch across the entire page, but so far i have this:

\"enter

6条回答
  •  死守一世寂寞
    2020-12-17 21:59

    You need to make this an tag, with a low z-index, with position: fixed and then for the tag, use height: 100%; width: auto or the opposite.

    This method is cross-compatible for all browsers.

提交回复
热议问题