From 0f022c893f605f764b4dbc44bb5cbf12ffbaa990 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 22 Jan 2016 08:42:17 -0500 Subject: [PATCH] testing block image sizes --- functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 3d694ab..380f17a 100644 --- a/functions.php +++ b/functions.php @@ -144,7 +144,8 @@ function mytheme_search_loop() { add_action('thematic_searchloop', 'mytheme_search_loop'); // End of the Contextual/Highlight Search functions -add_image_size('glm_blocks', '570', '280', true); +add_image_size('glm_blocks', '570', '590', true); +add_image_size('glm_blocks_small', '570', '280', true); ?> -- 2.17.1