mirror of
https://github.com/yattee/yattee.git
synced 2025-11-20 08:52:20 +00:00
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:
@@ -440,7 +440,6 @@ struct VideoCell: View {
|
||||
#endif
|
||||
}
|
||||
.mask(RoundedRectangle(cornerRadius: thumbnailRoundingCornerRadius))
|
||||
.aspectRatio(Constants.aspectRatio16x9, contentMode: .fill)
|
||||
}
|
||||
|
||||
private var time: String? {
|
||||
|
||||
Reference in New Issue
Block a user