Slideshow Image Size in Responsive

Hi Guys,

http://www.allseasonsbuilding.co.uk

When the website is displayed on a tablet or phone the slideshow images are cut in half, I want the whole image to fit the slideshow image area:


Could anyone help?

Thanks in advance

On “img.h-centered” you reset the max-width:100% set on “.carousel-image.slider-full img”

Do you need that h-centered class on those slider images? I’d remove that class on those images. Or perhaps do something like this

.carousel-image.slider-full img
{
  max-width:100%!important;
}

!important added on because h-centered does it too.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.