nanostudio-org / nanogallery2

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

show zoomin and zoomout #392

Closed AlessandroZero closed 1 year ago

AlessandroZero commented 1 year ago

I know the question is dumb but...how can I add the zoom in and zoom out buttons to the top right tools during lightbox view? I tried changing this: viewerTools:{topLeft:"pageCounter,playPauseButton",topRight:"rotateLeft,rotateRight,fullscreenButton,closeButton"}

to this: viewerTools:{topLeft:"pageCounter,playPauseButton",topRight:"zoomIn,zoomOut,rotateLeft,rotateRight,fullscreenButton,closeButton"}

with no results.

AlessandroZero commented 1 year ago

Oh, forgot to update...just in case it could be useful to someone like me who didn't know it. zoom options are merged into the single "zoomButton" entry unlike the two separate rotate options