I updated the block image size.
authorIan Weller <ian@gaslightmedia.com>
Mon, 17 Jul 2017 17:33:45 +0000 (13:33 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 17 Jul 2017 17:33:45 +0000 (13:33 -0400)
I updated the block image size to 300px.

functions.php

index 965fb81..45d822c 100644 (file)
@@ -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' );