-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broadcast Images are squished #1308
Comments
That's because of the cache size optimisation. If we remove that optimisation they are not distorted anymore. The cache size should at least respect the aspect ratio. In any case I think they should be displayed square. I don't even care much if they are distorted since they are so small. |
Well yeah I get your point. On iOS they are much smaller that's why it doesn't bother me. |
I don’t like this much either because the text gets cut off, to me this just doesn't look good. Could we slightly reduce the height and increase the width to make it twice the height instead? |
And maybe slightly round the edges, similar to in the broadcast list screen? |
To me, the images are not really significant here, they are not meant to be displayed so small. The colors and shapes can be used to distinguish the broadcast though, that's why I put the thumbnails back. |
I agree with HaonRekcef that the images should have the original aspect ratio. Even if the images are small you can clearly see that they are distorted or that the they are cut off which doesn't look good. I cannot test how it looks on iOS but if the images are really much smaller on iOS maybe we can change the aspect ratio only for Android. |
What is the problem?
Broadcast images are twice as wide as they are tall, but we display them as squares in the watch tab.
Steps to reproduce the bug
App version
0.13.12
Device Info
Additional information
No response
The text was updated successfully, but these errors were encountered: