Image as container bckground

Would be nice to be able to natively add an image as a container/ header/module/modal background.
Using some css overrides I can accomplish this but seems like a helpful native feature.

._retool-container1 {
background-image: url("https://----.s3.amazonaws.com/-----.jpg") !important;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
image

2 Likes