projects
/
WP-Themes
/
pistontech.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59336c
)
I updated the image size
author
Ian Weller
<ian@gaslightmedia.com>
Thu, 26 Jan 2017 19:13:44 +0000
(14:13 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Thu, 26 Jan 2017 19:13:44 +0000
(14:13 -0500)
I updated the block image size again. It should be consistant now.
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
7d685cc
..
d0ab5e8
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-268,7
+268,7
@@
function mytheme_init() {
add_action('init', 'mytheme_init', 10);
function wpse_setup_theme() {
- add_image_size('glm-block-image', 1
90, 2
90,true);
+ add_image_size('glm-block-image', 1
50, 1
90,true);
}
add_action( 'after_setup_theme', 'wpse_setup_theme' );