diff --git a/Shared/Videos/VideoCell.swift b/Shared/Videos/VideoCell.swift index 4f047f22..a626d96b 100644 --- a/Shared/Videos/VideoCell.swift +++ b/Shared/Videos/VideoCell.swift @@ -440,7 +440,6 @@ struct VideoCell: View { #endif } .mask(RoundedRectangle(cornerRadius: thumbnailRoundingCornerRadius)) - .aspectRatio(Constants.aspectRatio16x9, contentMode: .fill) } private var time: String? {