From: Anthony Talarico Date: Fri, 22 Jan 2016 13:42:17 +0000 (-0500) Subject: testing block image sizes X-Git-Tag: v1.0.0^2~145 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0f022c893f605f764b4dbc44bb5cbf12ffbaa990;p=WP-Themes%2Fsaultstemarie.git testing block image sizes --- 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); ?>