Use the CSS 3 property background-size
:
(使用CSS 3属性background-size
:)
#my_container {
background-size: 100% auto; /* width and height, can be %, px or whatever. */
}
This is available for modern browsers, since 2012.
(自2012年起,这适用于现代浏览器。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…