Background Size

The Telerik and Kendo UI Background Utilities enable you to change the background settings of an element.

Background Size

The Telerik and Kendo UI Background Size Utilities are CSS classes that enable you to control the bounding box of an element's background.

Utility ClassCSS Property
.k-bg-containbackground-size: contain;
.k-bg-autobackground-size: auto;
.k-bg-coverbackground-size: cover;

Applying a Background Size

Use the k-bg-{size} utility to apply a border size.

Feedback