• How do you make the thumbnails in the homepage almost square cropped and uniform and yet have the featured image post exactly the way it is?

Viewing 1 replies (of 1 total)
  • Theme Author Themeora

    (@themeora)

    Hi

    If you use an image larger than 1170 x 757 then the theme will crop the images to the correct size for the grid. The image on the portfolio page will be 1170 x 757. If you wanted to change that to a full size image you would need to edit template-portfolio-item.php and change this:

    get_the_post_thumbnail( $post->ID, ‘themeora-thumbnail-span-12’ );

    to this:

    get_the_post_thumbnail( $post->ID, ‘full-size’ );

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Home thumbnail vs featured image size’ is closed to new replies.