Home Forums Theme support post images extra large Reply To: post images extra large

Hi,

great pictures in your blog, really amazing! You can fix the problem with a CSS code. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Cotnent and add this:

.index-item-img img, .category-item-img img {
width:auto;
}

Normally the width is 100%, so the images are stretched if they are to small to fix the blog post entry.