Kostom.net

background-size


Utilities for controlling an element's background image size. Check this unity documentation for more information on background-size.
ClassStyles
bg-autobackground-size: auto;
bg-coverbackground-size: cover;
bg-containbackground-size: contain;
bg-size-(<custom-property>)background-size: var(<custom-property>);
bg-size-(<value>)background-size: <value>;