Switched option spelling

This commit is contained in:
Stephen Tse 2025-05-04 14:32:41 -07:00
parent 653998c547
commit 918d3374d7

View File

@ -101,7 +101,7 @@ async function processImage(
previewImageInfo.height ? Math.round(previewImageInfo.height * 1.2) : undefined, previewImageInfo.height ? Math.round(previewImageInfo.height * 1.2) : undefined,
{ {
fit: "cover", fit: "cover",
position: "centre", position: "center",
withoutEnlargement: true, // Don't upscale withoutEnlargement: true, // Don't upscale
fastShrinkOnLoad: true, fastShrinkOnLoad: true,
}, },