Skip to content

Commit da112b6

Browse files
Update readme to use 300x200 as example image params
1 parent b36daf1 commit da112b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ In your `<body/>`:
3232
params: {
3333
images: {
3434
dims: {
35-
width: null,
36-
height: null,
35+
width: 300,
36+
height: 200,
3737
}
3838
}
3939
}
@@ -68,8 +68,8 @@ function CustomWidget = () => {
6868
params={
6969
images: {
7070
dims: {
71-
width: null,
72-
height: null
71+
width: 300,
72+
height: 200
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)