Fix object-fit mistake (#8314)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-03-21 21:58:03 +03:00
committed by GitHub
parent 0ef49471ed
commit 6c8d313994
@@ -52,7 +52,7 @@
alt="link-preview"
width={`${width}px`}
height={`${height}px`}
style:fit
style:object-fit={fit}
on:error={() => {
refreshPreviewSrc()
}}
@@ -65,7 +65,7 @@
alt="link-preview"
width={`${width}px`}
height={`${height}px`}
style:fit
style:object-fit={fit}
on:error={() => {
refreshPreviewSrc()
}}