[gnomeweb-wp] added image sizes
- From: Vinicius Scopel Depizzol <vdepizzol src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wp] added image sizes
- Date: Tue, 5 Apr 2011 01:12:00 +0000 (UTC)
commit 6c5d48f76cbc9d3cdf0022780d0e2354baaf730b
Author: Vinicius Depizzol <vdepizzol gmail com>
Date: Mon Apr 4 22:11:52 2011 -0300
added image sizes
wp-content/themes/gnome-grass/functions.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/functions.php b/wp-content/themes/gnome-grass/functions.php
index e882123..bb0410f 100644
--- a/wp-content/themes/gnome-grass/functions.php
+++ b/wp-content/themes/gnome-grass/functions.php
@@ -15,6 +15,10 @@ set_post_thumbnail_size(940, 320); // banners for home page
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-small', 120, 80, false);
+
// Custom Posts
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]