From 8051a2b94778573c0ee073925fd0d6e9ef1b2772 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 12 Mar 2023 17:28:10 +0100 Subject: [PATCH] fix: correction taille miniatures --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index a8a4a92..36a221f 100644 --- a/functions.php +++ b/functions.php @@ -19,7 +19,7 @@ add_action( 'init', 'kspace_post_supports' ); add_theme_support( 'post-thumbnails' ); - set_post_thumbnail_size( 825, 510, true ); + set_post_thumbnail_size( 825, 825, true ); /* 1. Niveau support *