From: Ian Weller Date: Mon, 17 Jul 2017 17:33:45 +0000 (-0400) Subject: I updated the block image size. X-Git-Tag: v1.0.0^2~14^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=997eccc2de9b98fa6ba2a21a3bc608393bfc414a;p=WP-Themes%2Ftroutcreek.git I updated the block image size. I updated the block image size to 300px. --- diff --git a/functions.php b/functions.php index 965fb81..45d822c 100644 --- a/functions.php +++ b/functions.php @@ -119,7 +119,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', 300, 190,true); } add_action( 'after_setup_theme', 'wpse_setup_theme' );