From e882d0264bd935ccc109dda384d9e0a9ef0fcd12 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Wed, 19 Nov 2025 17:50:39 +0100 Subject: [PATCH] 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. --- Shared/Videos/VideoCell.swift | 1 - 1 file changed, 1 deletion(-) 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? {