From: Laury GvR Date: Wed, 12 Jun 2019 23:31:31 +0000 (-0400) Subject: New image size registered for frontpage blocks X-Git-Tag: v1.0.32^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b0a207afb5d864993654c08f5d9c4ed940e341cd;p=WP-Themes%2Fmackinacbridge.git New image size registered for frontpage blocks --- 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' );