Background Image Scaling While Maintaining Aspect Ratio

前端 未结 4 1110
情歌与酒
情歌与酒 2020-12-08 20:19

I would like to have images for my background that change automatically like a slide show. But I would like the images to fill the background no matter what size the browse

4条回答
  •  一生所求
    2020-12-08 21:14

    You can't, at least not like you are trying to now.

    What you can do, however, is create an instead, and with css set position:absolute, scale it to 100% width and crop it from the parent with overflow:hidden

    example: http://jsfiddle.net/GHmz7/4/

提交回复
热议问题