projects
/
WP-Themes
/
saultstemarie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac4df0
)
testing block image sizes
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 22 Jan 2016 13:42:17 +0000
(08:42 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 22 Jan 2016 13:42:17 +0000
(08:42 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
3d694ab
..
380f17a
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-144,7
+144,8
@@
function mytheme_search_loop() {
add_action('thematic_searchloop', 'mytheme_search_loop');
// End of the Contextual/Highlight Search functions
-add_image_size('glm_blocks', '570', '280', true);
+add_image_size('glm_blocks', '570', '590', true);
+add_image_size('glm_blocks_small', '570', '280', true);
?>