nanostudio-org / nanogallery2

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

FR: ability to select text in title/description #414

Open Efreak opened 5 months ago

Efreak commented 5 months ago

It's impossible to select text on a thumbnail to copy the title to the clipboard. This is due to the css rule user-select:none being used everywhere. Ideally there should be a way to copy the title (and further, select parts of the description) without opening the main image.

There should also be a way to have the lightbox show the image title and/or description, so the user doesn't have to exit the lightbox to see what the item currently open is.