Home › Forums › Theme support › Allslider not upscaling › Reply To: Allslider not upscaling
Hi,
you can try the following css code:
#cycle_header img {
max-width:inherit;
width:100%;
}
You can add this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS content.