From ff0ba4f6e6e7307305d3a0fc645541e99a408188 Mon Sep 17 00:00:00 2001 From: OFF0 Date: Sat, 10 Dec 2022 16:17:11 +0100 Subject: [PATCH] preview: show the full preview image Was set to cover, which is nice but cuts off some sides, especially since image dimensions are not known. --- src/cards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cards.css b/src/cards.css index dd9a974..653ac3a 100644 --- a/src/cards.css +++ b/src/cards.css @@ -144,7 +144,7 @@ .preview-image { margin-bottom: var(--gap); max-height: 30vh; - object-fit: cover; + object-fit: contain; } .preview-image-only {