From 918d3374d7e6baf143d672d157cde3776e5dca0c Mon Sep 17 00:00:00 2001 From: Stephen Tse Date: Sun, 4 May 2025 14:32:41 -0700 Subject: [PATCH] Switched option spelling --- quartz/plugins/emitters/assets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/plugins/emitters/assets.ts b/quartz/plugins/emitters/assets.ts index f621bebb1..5b951c3ef 100644 --- a/quartz/plugins/emitters/assets.ts +++ b/quartz/plugins/emitters/assets.ts @@ -101,7 +101,7 @@ async function processImage( previewImageInfo.height ? Math.round(previewImageInfo.height * 1.2) : undefined, { fit: "cover", - position: "centre", + position: "center", withoutEnlargement: true, // Don't upscale fastShrinkOnLoad: true, },