From 5bca1c9c46666a244d6632eb49ee5ce013be161f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 15 Oct 2015 14:01:31 -0400 Subject: [PATCH] Resizing navigation thumbnails --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index e3872b6..18bedea 100644 --- a/functions.php +++ b/functions.php @@ -169,7 +169,7 @@ function glm_offcanvas_menu($parent = 0, $class = '') } add_theme_support('post-thumbnails'); -set_post_thumbnail_size(120, 100, true); +set_post_thumbnail_size(190, 130, true); /** * glm_site_scripts -- 2.17.1