Skip to content

Commit

Permalink
Reduce default thumbnail size
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Mar 30, 2024
1 parent 157f770 commit 00cd2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export namespace settings {
description: i18n.__("settings.bodyExcerpt.description"),
},
thumbnailSize: {
value: 75,
value: 70,
minimum: 1,
maximum: 200,
type: SettingItemType.Int,
Expand Down

0 comments on commit 00cd2bc

Please sign in to comment.