🖼️ CSS Object-Fit 生成器

👁️ 实时预览

加载图片中...
preview
图片尺寸: — | 容器: 400×300px

📊 五种模式对比

📋 CSS 代码
.image {
  width: 400px;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}