Replies: 1 comment
-
Hi, Well, good question. I'll try to figure out how to make it easy to implement. For now, you could create and append your own buttons inside the slide within Fancybox.getInstance().getSlide().Panzoom.toggleZoom(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Fancybox/Carousel/Panzoom on a lot of images (thank you, works well!) and I have a special type of image where I want to show the zoom in/out controls (plus a 'full screen control' which I will need to add to the plugin) along with other customised settings.
Per #58 I tried
Panzoom.Plugins = {Controls};
which works, but this adds the controls to all lightbox images.I tried adding the plugin to the Panzoom options, but this isn't picked up:
How can I activate the controls selectively?
Beta Was this translation helpful? Give feedback.
All reactions