fix(images): decode cast cards at the square grid-cell budget

close #1591
This commit is contained in:
edde746
2026-07-17 09:04:01 +02:00
parent 6df8aba097
commit 5b90c4bca0
5 changed files with 39 additions and 5 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ class CastMemberStripState extends State<CastMemberStrip> {
width: imageSize,
height: imageSize,
fit: BoxFit.cover,
imageType: ImageType.avatar,
imageType: ImageType.square,
fallbackIcon: Symbols.person_rounded,
),
),
+2 -2
View File
@@ -1564,7 +1564,7 @@ class TvBrowseRailState extends State<TvBrowseRail> {
width: cardWidth,
height: imageSize,
fit: BoxFit.cover,
imageType: ImageType.avatar,
imageType: ImageType.square,
fallbackIcon: Symbols.person_rounded,
),
RasterizedGradient(
@@ -1631,7 +1631,7 @@ class TvBrowseRailState extends State<TvBrowseRail> {
width: imageSize,
height: imageSize,
fit: BoxFit.cover,
imageType: ImageType.avatar,
imageType: ImageType.square,
fallbackIcon: Symbols.person_rounded,
),
),