mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +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 (
|
||||
<Image
|
||||
src={src}
|
||||
width={"100vw"}
|
||||
height={"100vh"}
|
||||
layout="raw"
|
||||
alt=""
|
||||
{...props}
|
||||
|
|
Loading…
Reference in a new issue