fix: smaller thumbnails
This commit is contained in:
parent
5e84996059
commit
f3e2c86d2a
2 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@ add_action( 'init', 'kspace_post_supports' );
|
|||
|
||||
// Support des thumbnails
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
set_post_thumbnail_size( 825, 825, true );
|
||||
set_post_thumbnail_size( 360, 360, true );
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -54,6 +54,7 @@ $comment-peek-height:0px;
|
|||
width:100%;
|
||||
margin:auto;
|
||||
box-shadow: $large-shadow, $inset-shadow;
|
||||
max-width:360px;
|
||||
}
|
||||
|
||||
.preview-link {
|
||||
|
|
Reference in a new issue