mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-30 15:08:25 +00:00
fix(glass-poster): prevent image overflow on tvOS 26
This commit is contained in:
@@ -104,6 +104,8 @@ struct GlassPosterView: View {
|
||||
image
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fill)
|
||||
.frame(width: width, height: height)
|
||||
.clipped()
|
||||
case .failure:
|
||||
placeholderView
|
||||
@unknown default:
|
||||
|
||||
Reference in New Issue
Block a user