fix(glass-poster): prevent image overflow on tvOS 26

This commit is contained in:
Fredrik Burmester
2026-01-30 09:16:01 +01:00
parent aed3a8f493
commit 3814237ac6

View File

@@ -104,6 +104,8 @@ struct GlassPosterView: View {
image
.resizable()
.aspectRatio(contentMode: .fill)
.frame(width: width, height: height)
.clipped()
case .failure:
placeholderView
@unknown default: