Closed tcpinski closed 3 years ago
Hi @tcpinski, did you solve your problem? Is there any option to disable buttons from toolbar (except thumbs, this case is described in docs)?
I know about possibility to hide buttons with CSS but zooming after image click remains.
Thanks for your reply.
Hi @cenda and @tcpinski
Did you have any luck with this? I'm trying to use fslightbox for html content (I know this is not really the usecase) and it works almost the way I need it.
I just need to disable zoom. I've tried to set zoomIncrement to 0 but that doesn't change anything.
Any tips appreciated! Thanks
edit ok, I am stupid. Just reading the docs would've helped me lot … Works the same as disabeling thumbs:
fsLightboxInstances['monstergallery'].props.disableZoom = true;
Has this feature been removed? Setting this prop just doesn't to anything on the latest Pro version.
Forgive me if there's already documentation on this but I couldn't find anything. Is there an option to disable zoom?