#254 clean up S3 images - smaller "big" size
This commit is contained in:
parent
78b90867ae
commit
61e77d71fe
|
@ -8,7 +8,7 @@ import awsConfig from '../aws';
|
|||
import S3 from 'aws-sdk/clients/s3';
|
||||
|
||||
const sizes = {
|
||||
big: [1600, false],
|
||||
big: [1200, false],
|
||||
flag: [256, false],
|
||||
thumb: [240, true],
|
||||
}
|
||||
|
|
Reference in New Issue