Home>Support>how to change featured image size of post?

how to change featured image size of post?

By 张凯, 9 years ago. Last reply by Andrew Misplon, 9 years ago.

hi,everyone
i’m trying to change the size of featured image of posts ,but that’s sames not working.i’m also try to do that by the plugin “Simple Image Sizes” .still not working .Anyone can help me? thanks a lot!

URL: http://www.kaigetuiguang.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi 张凯

    Thanks for reaching out.

    Simple Image Sizes should be used with care. If you do use that plugin you’ll need to run Regen. Thumbnails after making an image size change:

    http://wordpress.org/plugins/regenerate-thumbnails/

    There are also featured image options found at Appearance > Theme Settings > Blog. There you can choose a blog archive layout and set your featured image size to large or small. It’s also possible to hide the featured image on the single post page by un-checking the Featured Image checkbox.

    A third option is to use the following Custom CSS and adjust the percentage values as required:

    /* Set a max-width for the single post and archive featured image */
    
    .single .entry-thumbnail img {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
    }
    
    article.post .entry-header .entry-thumbnail img {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
    }
    

    Premium: Insert under Appearance > Custom CSS.
    Free: Use a plugin like Simple Custom CSS or Jetpack Custom CSS.

    Hope that helps.

  2. 9 years, 5 months ago 张凯

    HI Andrew
    thanks for your replay!
    i have a question to consult you:
    my settings like this:

    Blog Archive Layout:blog
    Post Content:Post Excerpt
    Featured Image Type:Small Icon

    i want to konw how can i change the image on the left of post excerpt on post archive when using default blog layout ?

    you can see my home page http://www.kaigetuiguang.com/

  3. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sure, for that setup you could try the following Custom CSS:

    /* Vantage Blog Small Icon */
    
    article.post.post-with-thumbnail-icon .entry-thumbnail, article.page.post-with-thumbnail-icon .entry-thumbnail {
      width: 11.68%;
    }
    
    article.post.post-with-thumbnail-icon .entry-main, article.page.post-with-thumbnail-icon .entry-main {
      width: 84.41%;
    }
    

    Whatever increase in percentage you add to the first value you should subtract from the second value.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More