nanostudio-org / nanogallery2

a modern photo / video gallery and lightbox [JS library]
https://nanogallery2.nanostudio.org
755 stars 111 forks source link

Thumbnail label for first album level #379

Open ToastStudios opened 2 years ago

ToastStudios commented 2 years ago

This can be taken as a feature request.

It would be nice to be able to configure labels for first album level, ie album name, but omit them in sub-levels.

// hide all labels
thumbnailLabel:       { display: false },
// pseudo show labels for L1
thumbnailL1Label:     { valign: "bottom", position: 'overImage', hideIcons: true },