Looking to change the roster pictures from square to the photo dimensions of 4×6.
I hacked this by modifying mstw-team-rosters.php and this routine by hardcoding in values of array (200,300) in the section:
In // Add the player’s photo
$row_string .= get_the_post_thumbnail( $post->ID, array($table_photo_width, $table_photo_height) ) . ‘</td>’;
How can I do this right? Modifying the roster display setting doesn’t seem to fix this — still always end up with a square photo for both roster table and gallery.
Feel this could maybe be a bug?