diff --git a/src/view/com/util/images/AutoSizedImage.tsx b/src/view/com/util/images/AutoSizedImage.tsx index 0e7684f26b..f4fb3a1b3d 100644 --- a/src/view/com/util/images/AutoSizedImage.tsx +++ b/src/view/com/util/images/AutoSizedImage.tsx @@ -84,7 +84,7 @@ export function ConstrainedImage({ a.rounded_sm, a.overflow_hidden, t.atoms.bg_contrast_25, - {aspectRatio: fullBleed ? 1 : aspectRatio}, + fullBleed ? a.w_full : {aspectRatio}, ]}> {children}