Viewing 1 replies (of 1 total)
  • In your css you have

    .blog-thumbnail img {
    width: 100%;
    }

    try changing it to

    .blog-thumbnail img {
    width: 100%;
    height:auto;
    }

Viewing 1 replies (of 1 total)

The topic ‘Help! Featured images’ is closed to new replies.