diff --git a/modules/glass-poster/ios/GlassPosterView.swift b/modules/glass-poster/ios/GlassPosterView.swift index b68cdb97..3efa9d4c 100644 --- a/modules/glass-poster/ios/GlassPosterView.swift +++ b/modules/glass-poster/ios/GlassPosterView.swift @@ -104,6 +104,8 @@ struct GlassPosterView: View { image .resizable() .aspectRatio(contentMode: .fill) + .frame(width: width, height: height) + .clipped() case .failure: placeholderView @unknown default: