The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Wide slider centered. › Re: Wide slider centered.
you could use
img {max-width: 100%}
and the images will fill the container. if you dont want to use this, try something like this yhttps://css-tricks.com/centering-in-the-unknown/