DevToolBox

CSS Object-fit Generator

Generate CSS object-fit and object-position properties with live preview

Settings

img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

Preview

Preview

fill: Stretches to fill (default)

contain: Scales to fit within bounds

cover: Scales to cover entire area

none: Original size

scale-down: Smaller of none or contain