Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.3k stars 490 forks source link

Fix Preview Image Size of `StatusRowCardView`. #1904

Closed thai-d-v closed 7 months ago

thai-d-v commented 7 months ago

Nowadays, many websites have very well-designed preview images. We should take care of them because they convey information and make the app UI look very nice. 😁

image

thai-d-v commented 7 months ago

I did it.

  1. calculate the preview image size statically
  2. fix the text spacing when there is no preview image

Some links have ratio/size mismatches between API data and actual images, for example, Changelog Podcast, but look still better than before.