Hello
By default the header image has a
background-size property set to
cover to ensure it covers the entire space available. You could try adding the following to the CSS fields in the
Responsive Options tab of your template settings however you may find you are left with a letterbox effect...
.vegas-slide-inner {
background-size: 100% auto !important;
}
CiarĂ¡n