0
我有不同圖像的多個圖像,我需要在概覽網格中顯示。圖像確實有完全不同的尺寸和比例,這些圖像的包裝總是相同的高度和寬度。不同尺寸的位置圖像居中?
我想定位圖像總是在包裝的中心,但不起作用。
我使用的圖像
.content_page .slide_content .product img {
/* max-height: 100%; */
height: auto;
width: 100%;
margin: auto;
float: none;
border: none;
}
和一個
.content_page .slide_content .product {
width: 27%;
float: none;
display: inline-block;
margin: 30px 3%;
position: relative;
height: 400px;
overflow: hidden;
border-top: 1px solid #121224;
}
非常小的或寬屏幕影像,現在做得到的包裝保證金的頂部對齊包裝:汽車沒有按似乎沒有用。 Id可以在那裏做什麼?