Skip to content

Commit

Permalink
512 small size
Browse files Browse the repository at this point in the history
  • Loading branch information
Xziy committed Jul 31, 2023
1 parent c9f9551 commit f23cb9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions adapters/mediafile/default/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class LocalMediaFileAdapter extends MediaFileAdapter_1.default {
const baseConfig = {
format: "webp",
resize: {
small: 360,
large: 720
small: 512,
large: 1024
},
background: "white"
};
Expand Down
4 changes: 2 additions & 2 deletions adapters/mediafile/default/local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export default class LocalMediaFileAdapter extends MediaFileAdapter {
const baseConfig: MediaFileConfigInner = {
format: "webp",
resize: {
small: 360,
large: 720
small: 512,
large: 1024
},
background: "white"
}
Expand Down

0 comments on commit f23cb9f

Please sign in to comment.