mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
Fix object-fit mistake (#8314)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -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()
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user