From e038857887f180ed4fa147064cad84febf647567 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 8 Jun 2020 10:54:07 +0800 Subject: [PATCH] fix(webui): prevent cropping on book thumbnails closes #191 --- komga-webui/src/components/ItemCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/komga-webui/src/components/ItemCard.vue b/komga-webui/src/components/ItemCard.vue index d732f7d35f..4402dd929b 100644 --- a/komga-webui/src/components/ItemCard.vue +++ b/komga-webui/src/components/ItemCard.vue @@ -12,6 +12,7 @@ :src="thumbnailUrl" lazy-src="../assets/cover.svg" aspect-ratio="0.7071" + contain >