css 垂直中心剪切图像 - http://jonrohan.codes/fieldnotes/vertically-center-clipped-image/
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 垂直中心剪切图像 - http://jonrohan.codes/fieldnotes/vertically-center-clipped-image/相关的知识,希望对你有一定的参考价值。
.image-wrapper {
height: 100px;
overflow: hidden;
}
.image-wrapper img {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height:auto;
display:block;
}
以上是关于css 垂直中心剪切图像 - http://jonrohan.codes/fieldnotes/vertically-center-clipped-image/的主要内容,如果未能解决你的问题,请参考以下文章
CSS 绝对中心(垂直和水平)图像| CSS-技巧
CSS 绝对中心(垂直和水平)图像
CSS 绝对中心(垂直和水平)图像
CSS 中心可调整图像垂直和水平在一个容器中的悬停和背景
css中的单个固定位置剪切区域仅影响图像
从图像中去除高频垂直剪切噪声