From 0e43eb8a26e318c8bd6436612acfad0eefccc9e8 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Fri, 28 Jun 2019 13:24:35 +0200 Subject: [PATCH] fix: image sizing after WebP introduction we would need to have this tag included after adding the picture tag --- site/src/routes/_components/WhosUsingSvelte.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/routes/_components/WhosUsingSvelte.svelte b/site/src/routes/_components/WhosUsingSvelte.svelte index 269c7f4ab9..6ead9bacfb 100644 --- a/site/src/routes/_components/WhosUsingSvelte.svelte +++ b/site/src/routes/_components/WhosUsingSvelte.svelte @@ -30,6 +30,7 @@ color: var(--prime); } + picture, img { height: 100%; }