projects
/
WP-Themes
/
mackinacbridge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c52d942
)
New image size registered for frontpage blocks
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 12 Jun 2019 23:31:31 +0000
(19:31 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 12 Jun 2019 23:31:31 +0000
(19:31 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
20d8746
..
7352b3c
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-266,7
+266,7
@@
function mytheme_init() {
add_action('init', 'mytheme_init', 10);
function wpse_setup_theme() {
- add_image_size('glm-block-image',
290, 19
0,true);
+ add_image_size('glm-block-image',
400, 25
0,true);
}
add_action( 'after_setup_theme', 'wpse_setup_theme' );