Add image to the popup background

Add this code to the Custom CSS field on the Settings tab of your Spinning Wheel widget’s settings:

[class*='Background__Overlay-sc'] {
background: url('IMAGE_URL') center / cover no-repeat;
}

Do not forget to replace IMAGE_URL with the URL of your image.