o class'a ait, css ile sabit bir yükseklik ve genişlik tanımlayabilirsin.
bkz:
.thumbnail {width:300px; height:300px;}
Hocam kodu aşağıya bıraktım, buradaki resmin yatay olarak maksimum 820 pixel olmasını nasıl sağlarım yardımcı olma şansın var mı
#mvp-post-feat-img {
line-height: 0;
margin-bottom: 30px;
text-align: center;
width: 100%;
}
#mvp-post-feat-img-wide {
background: #000;
margin-bottom: 30px;
overflow: hidden;
width: 100%;
max-height: 720px;
}
#mvp-post-feat-img-wide #mvp-post-feat-img {
margin-bottom: 0;
}
#mvp-post-feat-img-wide #mvp-post-feat-img img {
opacity: .4;
width: 100%;
}