please help solve the problem.
a rubber block which contains three images arranged horizontally. jsfillde Pictures gives the server and some of them larger than the other.
I need to have all the pictures appear with the same size. please help trim the big picture. it is important that the image is cropped and its proportion remained without distortion.
css:
.masonry .item{
width: 32%;
display: inline-block !important;
vertical-align: top !important;
}
.masonry .item .a_inner {
padding: 0 10px 20px 10px;
display: block;
color: #252525;
font-weight: bold;
font-size: 16px;
font-family: 'PT Sans', sans-serif;
line-height: 18px;
}
.masonry .item .a_inner .article {
border: 1px solid #efefef;
}
.masonry .item .a_inner img {
width: 100%;
height: auto;
display: block;
vertical-align: middle;
}
.masonry .item .a_inner .h4 {
line-height: 18px;
font-size: 16px;
margin: 18px;
font-weight: bold;
color: #000;
text-decoration: none;
overflow: hidden;
}