Repository metrics
- Stars
- (52 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
See PostView.calcScaleType (ore something like that). In principle, it could be possible that there are cases where there are thin color borders on the sides. When they are very thin change the scale type.
From a reviewer:
I haven't noticed any issues other than the edges on larger images tend to be cut off a tiny bit. I compared the same images to the ones on chanu and the latter didn't seem to have that issue although I'm not sure why.
Yes, the determineScaleType method in PostView is really crude at the moment. I think the problem is, that I do not take into account the horizontal padding of the post card. In any case, it might be worthwhile to study Chanu's solution so that images are never cut off (not even a tiny bit).