Skip to content

Commit f010f69

Browse files
committed
Set width and height attributes for div to "100%"
1 parent 15bd4e2 commit f010f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/widgets/Image/image.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export const ImageComponent = (
5454
...commonCss(props as any),
5555
overflow,
5656
textAlign: "left",
57-
width: imageWidth,
58-
height: imageHeight
57+
width: "100%",
58+
height: "100%"
5959
};
6060

6161
// Should we be refreshing image instead of using cache

0 commit comments

Comments
 (0)