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:
parent
b4a83ad80c
commit
24788d7ee1
@ -30,6 +30,7 @@
|
||||
color: var(--prime);
|
||||
}
|
||||
|
||||
picture,
|
||||
img {
|
||||
height: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user