mirror of
https://github.com/yattee/yattee.git
synced 2025-12-16 13:08:14 +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
|
#endif
|
||||||
}
|
}
|
||||||
.mask(RoundedRectangle(cornerRadius: thumbnailRoundingCornerRadius))
|
.mask(RoundedRectangle(cornerRadius: thumbnailRoundingCornerRadius))
|
||||||
.aspectRatio(Constants.aspectRatio16x9, contentMode: .fill)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private var time: String? {
|
private var time: String? {
|
||||||
|
|||||||
Reference in New Issue
Block a user