Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #161646

    The preview image of a post is not beeing scaled correctly in category or blog home view. I mean the small one, left handed of the post title which is surrounded by the .small-preview class. The width is ok, but the height is stretched – I guess to 180px – thats what it looks like to me.

    How to fix that please?

    #161785

    This also happens with the ‘You might also like’ images.

    #162092

    Hi,

    The size is actually set to 180px.

    .single-post .single-small.with-slider .small-preview {
    width: 180px;
    height: 180px;
    }

    Please add this on your custom.css or Quick CSS:

    .small-preview .attachment-square.wp-post-image {
    height: 100%;
    height: auto\9;
    }

    Regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘IE8: post preview image in category or blog home’ is closed to new replies.