projects
/
WP-Themes
/
kalamazoobeerweek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7bb52c
)
Updating sizes for the blocks
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 11 Nov 2016 19:01:07 +0000
(14:01 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 11 Nov 2016 19:01:07 +0000
(14:01 -0500)
Set the sizes for block images.
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
78b8e15
..
b4ef486
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-52,9
+52,9
@@
if (!function_exists('glm_get_clientinfo_option')) {
add_theme_support('post-thumbnails');
set_post_thumbnail_size(120, 100, true);
-add_image_size('glm_block1',
590, 590
,true);
-add_image_size('glm_block2_3', 2
85, 285
, false);
-add_image_size('glm_block4',
590, 285
, true);
+add_image_size('glm_block1',
462, 462
,true);
+add_image_size('glm_block2_3', 2
23, 223
, false);
+add_image_size('glm_block4',
462, 223
, true);
add_image_size('landing_page', 386, 285, true);