0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

fix: image sizing after WebP introduction

we would need to have this tag included after adding the picture tag
This commit is contained in:
Maximilian 2019-06-28 13:24:35 +02:00
parent b4a83ad80c
commit 24788d7ee1

View File

@ -30,6 +30,7 @@
color: var(--prime);
}
picture,
img {
height: 100%;
}