BOD-24 WIP for document previews for non images. Random cleanup included. #comment Current design for document previews may be bandwidth intensive. Proceeding with design to get v1 completed.
This commit is contained in:
@@ -2,6 +2,7 @@ export const generateCdnThumb = key => {
|
||||
const imageRequest = JSON.stringify({
|
||||
bucket: process.env.REACT_APP_S3_BUCKET,
|
||||
key: key,
|
||||
toFormat: 'png',
|
||||
edits: {
|
||||
resize: {
|
||||
height: 150,
|
||||
|
||||
Reference in New Issue
Block a user