[pp_gal] Limitations to how many thumbnails will be displayed??
  • Hi,

    I have a PrettyPhoto gallery and I'm using the [pp_gal] tag. There is a total of 59 images that I want to be displayed in the gallery, so that the little row of thumbnails is displayed at the bottom of the gallery. This works perfectly if i put the [pp_gal] all the way upto image 30. If i add the [pp_gal] tag to images 31-59 the gallery still displays perfectly, except there is no longer any thumbnails on the gallery.

    It's the weirdest thing. It's as if there is 30 photo limit to displaying thumbnails.

    http://www.waterfrontfitness.com/gallery1.html
  • Hi,
    the "overlay_gallery" is disabled when having more than 30 images in onegallery. It is a system restriction due to performance reasons.
  • I figured out how to increase the number
    Changed the number from 30 to 60, there was no degrading with performance.

    "if(pp_images.length>60)settings.overlay_gallery=false"

    Thanks
  • The 30-item limit should be clearly stated in the documentation. Something like this:

    overlay_gallery: true, /* If set to true, a gallery (of 30 images or less) will overlay the fullscreen image on mouse over */

    Or, the limit should be configurable, like this:

    max_overlay_gallery_item_count: 30, /* maximum gallery image count used for the overlay */

    Please, at least update the documentation for now. Thanks!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!