diff --git a/src/view/com/util/images/ImageLayoutGrid.tsx b/src/view/com/util/images/ImageLayoutGrid.tsx index cf0d190f4a..ad7a42af5d 100644 --- a/src/view/com/util/images/ImageLayoutGrid.tsx +++ b/src/view/com/util/images/ImageLayoutGrid.tsx @@ -111,8 +111,8 @@ const styles = StyleSheet.create({ } : {}, threeSingle: { - flex: 1, - gap: isWeb ? undefined : IMAGE_GAP, + flex: 2, + aspectRatio: isWeb ? 1 : undefined, }, threeDouble: { flex: 1,