---
title: Object Fit
position: 7
seo_title: Telerik and Kendo UI Object Fit Utilities
seo_description: The Telerik and Kendo UI Object Fit utilities enable you to
configure how a replaced element is resized within its container.
---
## Object Fit
The Telerik and Kendo UI Object Fit Utilities are CSS utility classes that enable you to control the resize behavior of [replaced elements](https://developer.mozilla.org/en-US/docs/Web/CSS/Replaced_element) in a container.
### Contain
Use the `k-object-fit-contain` utility to contain a replaced element in its container.
### Cover
Use the `k-object-fit-cover` utility to cover the container with the replaced element.
### Fill
Use the `k-object-fit-fill` utility to stretch out a replaced element over the entire container.
### Scale Down
Use the `k-object-fit-scale-down` utility to keep the original dimensions of an element while scaling it down to fit the container.