Center the free slideshow script thumbnails

Q: Is there a way to center the thumbnails on the browser window? There is no button or something to align the page made by this sw.

Need to see a page centered in any browser.

A: You can align Visuallightbox the same way as any other element of your page. Insert it into separate div container and specify alignment.

You can also try another way.
Please, open generated vlightbox1.css file and find the code:

#vlightbox1 {
    width: 100%;
}



Add the following:

text-align: center;

Related