 mini
|
i want to increase the image size of the photoalbum. I piut the gallery in a html page
|
 veppa
|
For example if you want your thumbnails be 200×150 pixels then edit gallery.xml file add to the second line inside veppaPhotoAlbum tag attributes ( thumbWidth=”200″ thumbHeight=”150″ )
|
 soregininha
|
is there a way to NOT show the thumbnails? nd the gallery will be show like a slide show, aumomatically?
thanks!
|
 veppa
|
@soregininha yes, set gallery settings like this:
thumbnailColumns=”0″ thumbnailRows=”0″ autoPlay=”true”
|