Aspect Ratios
Lock the frame so a grid stays even whatever the file is.
<div style={{ display: 'flex', gap: '16px', flexWrap: 'wrap' }}>
<Image
src="https://images.unsplash.com/photo-1555066931-4365d14bab8c?w=200&h=200&fit=crop"
alt="Square image"
aspectRatio="1:1"
width={100}