背景img响应式设计

时间:2013-03-05 15:45:37

标签: css twitter-bootstrap responsive-design

我正在尝试使用像这样的背景img悬停:

.featuredimg{background: url('[imgPathHere]');
             width:370px;
             height:430px;}
.featuredimg:hover{background: url('[imgPathHere]')0px -430px;}

问题是我正在使用twitter bootstrap,以便网站响应。如何在允许图像缩放的同时继续使用背景图像。现在,无论窗口大小如何,图像都保持相同的宽度和高度。

1 个答案:

答案 0 :(得分:0)

使用:before /:after background-size 属性缩放背景图片。