Search code examples
jquerycssalignmentslideshow

Trouble with alignment while using a jQuery slideshow


I'm using this jQuery Slideshow code and it pretty much works fine except that my images are different widths and they're automatically being aligned to the left of the slideshow within the arrows, rather than in the centre.

This is fine for the images that are the same width as the slideshow container, however those that are narrower are off center, and adding a simple div align doesn't work. Any suggestions would be appreciated!


Solution

  • You can wrap the images in div's with the same size as the slideshow container and apply text-align: center to the div's.