mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
Fix postcard sizing
This commit is contained in:
parent
16aad0eecb
commit
8f934e70f2
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ export function PostcardRenderer(props: Partial<ImageProps>) {
|
||||||
return (
|
return (
|
||||||
<Image
|
<Image
|
||||||
src={src}
|
src={src}
|
||||||
width={"100vw"}
|
|
||||||
height={"100vh"}
|
|
||||||
layout="raw"
|
layout="raw"
|
||||||
alt=""
|
alt=""
|
||||||
{...props}
|
{...props}
|
||||||
|
|
Loading…
Reference in a new issue