Merged in fix/image-fallback-span-full-height (pull request #2571)

fix: image fallback - span full height

* fix: image fallback - span full height


Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
Matilda Landström
2025-07-29 06:11:33 +00:00
parent eca29fb540
commit aabfa12007

View File

@@ -9,7 +9,7 @@ interface ImageFallbackProps {
export default function ImageFallback({
width = "100%",
height = "200px",
height = "100%",
}: ImageFallbackProps) {
return (
<div className={styles.imageFallback} style={{ width, height }}>