1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00

Fix postcard sizing

This commit is contained in:
Steffo 2022-07-20 13:20:15 +02:00
parent 16aad0eecb
commit 8f934e70f2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -11,8 +11,6 @@ export function PostcardRenderer(props: Partial<ImageProps>) {
return (
<Image
src={src}
width={"100vw"}
height={"100vh"}
layout="raw"
alt=""
{...props}