full width modal imgs

This commit is contained in:
Martti Malmi 2023-12-19 15:40:56 +02:00
parent 7eb8edbf74
commit c1c99f1b9e

View File

@ -78,7 +78,7 @@ export function SpotlightMedia(props: SpotlightMediaProps) {
/> />
); );
} else { } else {
return <ProxyImg src={image} className="max-h-screen max-w-full" />; return <ProxyImg src={image} className="max-h-screen max-w-full w-full object-contain" />;
} }
}, [image, isVideo]); }, [image, isVideo]);