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
ReaderPostRenderer.java->replaceImageTag(final String imageTag, final String imageUrl)
There are four cases(isFullSize, isMidSize, hasWidth, other), only (isFullSize) is true which use screen width, (isMidSize,hasWidth and other) use self width, so that is the problem, screen width and image`s width are not have relationship(like scale),so (isMidSize, hasWidth) are too small.
I confirmed that this is still an issue in the latest beta (5.0-rc-2). It would be great to improve this detail view for galleries as part of #1719 (along with adding support in the list view).
I created a gallery post in the wp.com editor, and noticed that the android reader displayed the vertical images very small:
https://cloudup.com/c3EJ55-0WkT
http://danroundhill.com/2015/08/13/aberdeens-star-wars-shop/
Assigned to you @nbradbury :)
The text was updated successfully, but these errors were encountered: