图片在容器中等比例自动居中

.imgWrapper {
height: 400px;

heigth:200px;

background-image:ulr(../text.jpg);

background-origin: content-box; /*从content区域开始显示背景*/
background-position: 50% 50%; /*图片上下左右居中*/
background-size: contain; /*保持图像本身的宽高比例,将图片缩放到宽度或高度正好适应定义背景的区域*/
background-repeat: no-repeat;
}

posted on 2017-05-10 10:04  吴翰哲  阅读(137)  评论(0编辑  收藏  举报

导航