From: Ian Weller Date: Thu, 26 Jan 2017 19:05:16 +0000 (-0500) Subject: I think I fixed the block images X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b59336cff42db9f59524b7a0e48167212d0ed032;p=WP-Themes%2Fpistontech.git I think I fixed the block images In the fuction file, I think we messed up the image size for the blocks. --- diff --git a/functions.php b/functions.php index 383dcdb..7d685cc 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', 290, 190,true); + add_image_size('glm-block-image', 190, 290,true); } add_action( 'after_setup_theme', 'wpse_setup_theme' );