Skip to content

Commit 6c91586

Browse files
fix: displaying placehoder image
1 parent 982c0ca commit 6c91586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/web/formats/EnrichedImageNodeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function BrokenImageGlyph() {
1111
viewBox="0 0 960 960"
1212
width="100%"
1313
height="100%"
14-
preserveAspectRatio="none"
14+
preserveAspectRatio="xMidYMid meet"
1515
aria-hidden
1616
focusable="false"
1717
className="eti-inline-image-broken-glyph"

0 commit comments

Comments
 (0)