Skip to content

Commit 872b965

Browse files
committed
Update code docs
1 parent 1546db8 commit 872b965

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/components_JROverhang.bs.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,11 @@
107107
end if
108108

109109
userImage.id = "userImage"
110-
userImage.width = "36"
111-
userImage.height = "36"
110+
userImage.width = 36
111+
userImage.loadWidth = 36
112+
userImage.height = 36
113+
userImage.loadHeight = 36
114+
userImage.loadDisplayMode = "limitSize"
112115
userImage.addFields({
113116
userId: localUser.id
114117
})

0 commit comments

Comments
 (0)