[gnomeweb-wp] fixed thumbnail-big to don't crop when resizing



commit 755fab5987b1c9c0246662b0ffc02015eabdc94d
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Mon Apr 4 22:12:58 2011 -0300

    fixed thumbnail-big to don't crop when resizing

 wp-content/themes/gnome-grass/functions.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/functions.php b/wp-content/themes/gnome-grass/functions.php
index bb0410f..4805301 100644
--- a/wp-content/themes/gnome-grass/functions.php
+++ b/wp-content/themes/gnome-grass/functions.php
@@ -16,7 +16,7 @@ add_image_size( 'icon-big', 256, 256, true);
 add_image_size( 'icon-small', 96, 96, true);
 
 add_image_size( 'image-crafted-content', 420, 263, true);
-add_image_size( 'thumbnail-big', 210, 210, true);
+add_image_size( 'thumbnail-big', 210, 210, false);
 add_image_size( 'thumbnail-small', 120, 80, false);
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]