From d7ad4fee8006c77eca9b7143a074c73a451275d5 Mon Sep 17 00:00:00 2001 From: AlxMedia Date: Sun, 4 Sep 2022 19:31:52 +0200 Subject: [PATCH] Make thumbnail sizes smaller --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 9b18bab..97d6443 100644 --- a/functions.php +++ b/functions.php @@ -75,8 +75,8 @@ if ( ! function_exists( 'inunity_setup' ) ) { // Thumbnail sizes add_image_size( 'inunity-small', 300, 300, true ); add_image_size( 'inunity-medium', 520, 293, true ); - add_image_size( 'inunity-medium-h', 520 ); - add_image_size( 'inunity-large-h', 940 ); + add_image_size( 'inunity-medium-h', 420 ); + add_image_size( 'inunity-large-h', 780 ); // Thumbnail sizes custom widgets add_image_size( 'alx-small', 200, 200, true );