0

my website is responsive except the slider which is not working, l tried a couple of solutions but still it is not responsive and none of the solutions provided to the previous similar questions helped

l tried using the html tags viewport .... and a couple of css for different devices but the slider is still not responsive

enter code here

slider

{
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin: auto;
} 

l expect the slider images to be responsive and fit in the whole page of mobile devices and tabletsenter code here

1 Answers1

0

I cant see your slider on the site? Your best bet is to either use something like bootstrap or use a media query

hedgethe
  • 55
  • 1
  • 8