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 Class | CSS Property |
---|---|
.k-bg-contain | background-size: contain; |
.k-bg-auto | background-size: auto; |
.k-bg-cover | background-size: cover; |
Applying a Background Size
Use the k-bg-{size}
utility to apply a border size.