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
Right now, a ImageUrlResolver resolve method takes an image Url and a screenWidth, allowing to return a downsized image for thumbnails depending on the given width. Width is enough for current image server we used this library with but other implementations may need more information. We should at least pass height or maybe provide an ImageInfo structure that describe necessary information.
The text was updated successfully, but these errors were encountered:
Right now, a ImageUrlResolver resolve method takes an image Url and a screenWidth, allowing to return a downsized image for thumbnails depending on the given width. Width is enough for current image server we used this library with but other implementations may need more information. We should at least pass height or maybe provide an ImageInfo structure that describe necessary information.
The text was updated successfully, but these errors were encountered: