Portfolio – featured images Posted in : impressivCard WP lysagreerParticipant 31 January 2014 at 17:49 #11987 Quick question…is there a way to have the featured images all be the same size on the overview portfolio page? Mehmet S.Keymaster 31 January 2014 at 22:07 #11991 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.