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"}
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
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.