You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image API fields seem to have been changed without notice.
The fields height and width are now no longer returned by default, and are optional fields that require setters. They have been renamed to displayHeight and displayWidth.
Todo: implement setters and getters, remove old ones (or keep old ones for BC? Not many users, so maybe remove?)
The text was updated successfully, but these errors were encountered:
Image API fields seem to have been changed without notice.
The fields
height
andwidth
are now no longer returned by default, and are optional fields that require setters. They have been renamed todisplayHeight
anddisplayWidth
.Todo: implement setters and getters, remove old ones (or keep old ones for BC? Not many users, so maybe remove?)
The text was updated successfully, but these errors were encountered: