From: Ian Weller Date: Thu, 26 Jan 2017 19:13:44 +0000 (-0500) Subject: I updated the image size X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d3db7b7e7871a73e021f256132edb6929e7d1c4e;p=WP-Themes%2Fpistontech.git I updated the image size I updated the block image size again. It should be consistant now. --- diff --git a/functions.php b/functions.php index 7d685cc..d0ab5e8 100644 --- a/functions.php +++ b/functions.php @@ -268,7 +268,7 @@ function mytheme_init() { add_action('init', 'mytheme_init', 10); function wpse_setup_theme() { - add_image_size('glm-block-image', 190, 290,true); + add_image_size('glm-block-image', 150, 190,true); } add_action( 'after_setup_theme', 'wpse_setup_theme' );