// aspect ratio 1:1 // Crop image using CSS .image { object-fit: cover; width: 300px; height: 300px; }