Skip to content

Commit 5acc8aa

Browse files
improve: change group image ratio to 16:9 (#311)
1 parent 13065b5 commit 5acc8aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/groups/components/GroupDetailsEdit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const GroupDetailsEdit: React.FC<Props> = (props) => {
188188
<GalleryModal
189189
onClose={() => setSelectPhotoField(null)}
190190
onSelect={handlePhotoSelected}
191-
aspectRatio={4}
191+
aspectRatio={1.78}
192192
/>
193193
)}
194194
</>

0 commit comments

Comments
 (0)