Change size of background image

Add this code to the Custom CSS field on the Advanced tab of your Slider widget’s settings:

.eapp-slider-background-component {
    background-size: 30%!important;
    background-repeat: no-repeat!important;
}