Add medium crop image size to ensure gallery images are square
This commit is contained in:
@@ -14,7 +14,7 @@ $defaults = array(
|
||||
'icontag' => 'dt',
|
||||
'captiontag' => 'dd',
|
||||
'caption' => null,
|
||||
'size' => 'medium',
|
||||
'size' => 'sportspress-crop-medium',
|
||||
'link_posts' => get_option( 'sportspress_link_players', 'yes' ) == 'yes' ? true : false,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user