From b0a207afb5d864993654c08f5d9c4ed940e341cd Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 12 Jun 2019 19:31:31 -0400 Subject: [PATCH] New image size registered for frontpage blocks --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 20d8746..7352b3c 100644 --- a/functions.php +++ b/functions.php @@ -266,7 +266,7 @@ function mytheme_init() { add_action('init', 'mytheme_init', 10); function wpse_setup_theme() { - add_image_size('glm-block-image', 290, 190,true); + add_image_size('glm-block-image', 400, 250,true); } add_action( 'after_setup_theme', 'wpse_setup_theme' ); -- 2.17.1