Div backgroundImage用backgroundPosition裁剪并全部填充

时间:2016-11-30 10:19:28

标签: css image background-image background-position background-size

如何使用div使用background-position使用CSS裁剪的背景图片填充所有background-size: cover;? 我尝试了div,但它无效,图片被裁剪但未完全填充background-size: cover, cover; background-position: -12px -8px, center center, center center; width: auto; height: auto; min-height: 100%; min-width: 100%;

编辑: 现在我的代码看起来像:

width: 100%;
height: 400px;
background-repeat: no-repeat;
background-size: cover,cover;
background-position: center center;
transition: height ease-in-out 0.3s;

对于背景图像中的不同图像,背景位置是不同的

第一个div有:

Room

0 个答案:

没有答案