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
The full image should only be downloaded when the user clicks to view the image.
As per the current code base, even on clicking the image, the media detail view shows the 640 width image as MediaDetailFragment also uses MediaWikiImageView. Will be fixing this too.
Going forward,
list views will use the thumbnail, and fallback to the original image if thumbnail is not available
the media detail view will use the original URL instead of using the thumbnail.
As per the current code base, even on clicking the image, the media detail view shows the 640 width image as
MediaDetailFragment
also usesMediaWikiImageView
. Will be fixing this too.Going forward,
Originally posted by @maskaravivek in #2820 (comment)
The text was updated successfully, but these errors were encountered: