Skip to content

Commit

Permalink
Fix: updated default size value to full size
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallyan01 committed Jan 30, 2025
1 parent 047fdac commit c8777b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const SETTINGS_DEFAULTS = {
],

// Image default size slug.
imageDefaultSize: 'large',
imageDefaultSize: 'full',

imageSizes: [
{ slug: 'thumbnail', name: __( 'Thumbnail' ) },
Expand Down

0 comments on commit c8777b5

Please sign in to comment.