fix: correction taille miniatures
This commit is contained in:
parent
5c087201ed
commit
8051a2b947
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
add_action( 'init', 'kspace_post_supports' );
|
add_action( 'init', 'kspace_post_supports' );
|
||||||
|
|
||||||
add_theme_support( 'post-thumbnails' );
|
add_theme_support( 'post-thumbnails' );
|
||||||
set_post_thumbnail_size( 825, 510, true );
|
set_post_thumbnail_size( 825, 825, true );
|
||||||
|
|
||||||
/* 1. Niveau support
|
/* 1. Niveau support
|
||||||
*
|
*
|
||||||
|
|
Reference in a new issue