is there a way to show only x pictures per page? when there are hundred pictures in a folder the list is very long which does not look good i think. it would be better to put only x pictures per page. and it would be also nice to change the thumbnail size of the pictures. on my site the thumbnails are overlapping eachother which looks very bad.

Comments

himue’s picture

Hi Deas,

at moment you can't show only x pictures per side, but i'll look if there is a chance to do that.
Size of Thumbnails can be set in the css-file. Look to the original file (e.g. "himuesgallery-2-line-description.css"), there is the hint:

.himuesgallery_picture_image {
  height: 133px; /* will be used in himuesgallery to create thumbnails */
  width: 200px;  /* so be shure it is there */
}

If thumbnails overlapping i think you have a problem with your css-files. Please choose one from the original files if you make your own.
And eventually you can experiment with the optioin "Respect aspect ratio for thumbnails".

Does this help?

Greetings from
Himue