Home › Forums › Theme support › Strong Theme – Team and Instructor Images are Large › Reply To: Strong Theme – Team and Instructor Images are Large
Please search in the files “single-team.php” and “single-default.php” and replace this code:
< ?php sl_single_header_output(); ?>
and replace it with this code:
< ?php the_post_thumbnail( array(400, 450) ); ?>
See also:
https://codex.wordpress.org/Function_Reference/the_post_thumbnail
PLEASE NOTE:
Those changes are not covered by free support, so this instruction is only a goodwill solution, but we cannot advise more details for free. All this changes / solution you can also find on wordpress.org in the function reference