We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec75447 + e6938da commit cfaa517Copy full SHA for cfaa517
src/lib/templates/imageFunction.js
@@ -97,6 +97,7 @@ const handler = async (event) => {
97
// The format methods are just to set options: they don't
98
// make it return that format.
99
const { info, data: imageBuffer } = await sharp(bufferData)
100
+ .rotate()
101
.jpeg({ quality, mozjpeg: true, force: ext === 'jpg' })
102
.png({ quality, palette: true, force: ext === 'png' })
103
.webp({ quality, force: ext === 'webp' })
0 commit comments