Fix thumbnail sizing and aspect ratio issues in video cells (#896)

Fixed improperly sized and positioned thumbnails by removing duplicate aspect ratio constraints and standardizing to 4:3 format with fill content mode for better display.
This commit is contained in:
Arkadiusz Fal
2025-11-19 17:50:39 +01:00
parent 45f72ce4a1
commit e882d0264b

View File

@@ -440,7 +440,6 @@ struct VideoCell: View {
#endif
}
.mask(RoundedRectangle(cornerRadius: thumbnailRoundingCornerRadius))
.aspectRatio(Constants.aspectRatio16x9, contentMode: .fill)
}
private var time: String? {