• Resolved erinklysh

    (@erinklysh)


    I have chosen to display the list of my most recent posts on my home page. I do not have a slider or featured pages yet because I am not at the point in my blog where I want to add those. For the last two blog posts I uploaded my image under Featured Image in WP to be 250×270 as the image dimensions for thumbnails in Customizr specifies. However, These images on the from page are still being cut off like they are too large. Are these images actually classified as thumbnails in the theme code? Should I be using different dimensions?

    http://www.viewfromourterrace.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Add this to your child theme’s style.css

    .round-div {
      width: 250px;
      height: 270px;
    }

    Alternately you can also make the images 170×170 pixels

    Hi – I don’t know if you can help me or not, and this post seems related. What I want is for the thumbnails on post lists, archives, and search results to display at 150×150, not 250×270. I have tried various resizing snippets from the customizr site, along with the regenerate thumbnails plugin, but though the thumbnails themselves are resized in the media library, they still display at the larger size on the lists — only now they’re pixelated.

    We have a lot of content on the site and want the lists to be more compact with less space between them, but still contain a small thumbnail. We may even want to go as small as 100 x 100.

    Is there a snippet that will accomplish what I’m looking for? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image size on home page for post list’ is closed to new replies.