New image size registered for frontpage blocks
authorLaury GvR <laury@gaslightmedia.com>
Wed, 12 Jun 2019 23:31:31 +0000 (19:31 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 12 Jun 2019 23:31:31 +0000 (19:31 -0400)
functions.php

index 20d8746..7352b3c 100644 (file)
@@ -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' );