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, },