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:
@@ -9,7 +9,7 @@ interface ImageFallbackProps {
|
|||||||
|
|
||||||
export default function ImageFallback({
|
export default function ImageFallback({
|
||||||
width = "100%",
|
width = "100%",
|
||||||
height = "200px",
|
height = "100%",
|
||||||
}: ImageFallbackProps) {
|
}: ImageFallbackProps) {
|
||||||
return (
|
return (
|
||||||
<div className={styles.imageFallback} style={{ width, height }}>
|
<div className={styles.imageFallback} style={{ width, height }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user