anidotnet
05/22/2018, 8:00 AMbackgroundImage += URI("/close.svg")
backgroundSize += BackgroundSize(16.0, 16.0, false, false, false, false)
backgroundRepeat += Pair(BackgroundRepeat.NO_REPEAT, BackgroundRepeat.NO_REPEAT)
backgroundPosition = multi(BackgroundPosition.CENTER)
Is there any way I can set an image and scale smoothly using css?