From 682062706ae126d3c3a6fd8de48d657f562a9cd9 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Mon, 19 Aug 2024 09:56:30 +0200 Subject: [PATCH] FIX contains picture --- src/summary.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/summary.typ b/src/summary.typ index 3656f59..83ed74f 100644 --- a/src/summary.typ +++ b/src/summary.typ @@ -48,7 +48,7 @@ inset: 0pt, [ #if picture != none { - image(picture, width: 5.4cm, height: 8.1cm) + image(picture, fit: "contain", width: 5.4cm, height: 8.1cm) } else { image("./placeholder.svg", width: 5.4cm, height: 8.1cm) }