Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #262275

    So that my grid post images are in proportion to my featured images (704×400) they need to be 260×148.

    I have tried using the following quick CSS code:
    .post-entry .slide-image img {
    width: 100%;
    min-height: 148px;
    max-height: 148px;
    }

    However using this the width is set at 258px and this means parts of the original featured images are cut off.

    Can you please suggest a fix? My website is howdoidate.com

    #263333

    Hi derek62!

    You can adjust the actual generated image sizes the theme uses with this plugin: http://wordpress.org/extend/plugins/simple-image-sizes/

    Then regenerate all your images so they use the new thumbnail size(s) you set.

    Best regards,
    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.