Darthagnon / hugo-easy-gallery

Automagical css image gallery in Hugo using shortcodes, with optional lightbox/carousel gadget using PhotoSwipe and jQuery.
MIT License
29 stars 4 forks source link

Each picture is counted twice - maybe because Thumbnails are added to the count #12

Closed RoneoOrg closed 12 months ago

RoneoOrg commented 12 months ago

Hi there,

I'm successfully using Darthagnon/hugo-easy-gallery from the production branch.

The folder I used for the demo is provided in production/exampleSite/static/img/arduino

The problem is: when browsing the images, the total count is 16, even if only 8 big pictures are used in the slideshow. I guess Thumbnails are counted too.

See this screenshot:

photoswipe

RoneoOrg commented 12 months ago

Fixed: I was loading multiple galleries on the same page..