From: Steve Sutton Date: Wed, 13 May 2015 16:45:11 +0000 (-0400) Subject: Update thumbnail size X-Git-Tag: v1.0.0^2~41 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=975691b6e6bd4be7e4406a2545e2fa18281e8622;p=WP-Themes%2FFairEmmet.git Update thumbnail size not seeing changes though --- diff --git a/functions.php b/functions.php index a0cab5a..6babb10 100644 --- a/functions.php +++ b/functions.php @@ -105,7 +105,7 @@ function glm_offcanvas_menu() } add_theme_support('post-thumbnails'); -set_post_thumbnail_size(120, 100, true); +set_post_thumbnail_size(228, 201, true); /** * glm_site_scripts *