Portfolio – featured images

  • Posted in : impressivCard WP
  • lysagreer
    Participant

    Quick question…is there a way to have the featured images all be the same size on the overview portfolio page?

    Mehmet S.
    Keymaster

    Hi,

    – go to appearance > editor > functions.php

    – find:

    the_post_thumbnail( 'full', array( 'alt' => get_the_title(), 'title' => "" ) );
    

    – edit:

    the_post_thumbnail( 'large', array( 'alt' => get_the_title(), 'title' => "" ) );
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.