Twitter Bootstrap Responsive Background-Image inside Div

后端 未结 9 1290
醉梦人生
醉梦人生 2020-12-13 03:15

How i can modify #bg image so it would be responsive, resizable and proportional in all browser?

HTML:

 
9条回答
  •  情歌与酒
    2020-12-13 04:20

    The way to do this is by using background-size so in your case:

    background-size: 50% 50%;
    

    or

    You can set the width and the height of the elements to percentages as well

提交回复
热议问题