Wrap player gallery with div and increase thumbnail size

This commit is contained in:
Brian Miyaji
2015-12-21 13:22:02 +11:00
parent a741083cce
commit d031ab7fa1
2 changed files with 6 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ $defaults = array(
'icontag' => 'dt',
'captiontag' => 'dd',
'caption' => null,
'size' => 'thumbnail',
'size' => 'gallery',
'link_posts' => get_option( 'sportspress_link_players', 'yes' ) == 'yes' ? true : false,
);