projects
/
WP-Themes
/
mackinawferry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cfd55f
)
Adjust thumbnail resizing to crop images if needed
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 7 May 2019 19:46:23 +0000
(15:46 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 7 May 2019 19:46:23 +0000
(15:46 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
fc4a96c
..
4ea3081
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-144,7
+144,7
@@
add_action('init', 'mytheme_init', 10);
function wpse_setup_theme() {
add_image_size('glm-block-image', 290, 190,true);
- add_image_size('dropdown-thumbnail', 200, 100 );
+ add_image_size('dropdown-thumbnail', 200, 100
, true
);
}
add_action( 'after_setup_theme', 'wpse_setup_theme' );