[gnomeweb-wp] fixed thumbnail-big to don't crop when resizing
- From: Vinicius Scopel Depizzol <vdepizzol src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wp] fixed thumbnail-big to don't crop when resizing
- Date: Tue, 5 Apr 2011 01:13:05 +0000 (UTC)
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]